/* 
	Document   : vinoracolo.css
	Created on : 31-dic-2013, 17.02.49
	Author     : Pino
	Description:
	Purpose of the stylesheet follows.
        Last Modified : 31-nov-2015, 17.02.49
*/
html {
	display: block !important;
	width: 100% !important;
        background-color: #031949 !important;
        height: auto;  
}
body {	
	font-family: Lucida forte, Arial,Geneva,sans-serif;
	font-size: 13px;
        /* //PINO 20240715 */
	background-color: #031949 !important;
	margin: 0;
	padding: 0;
	position: relative;
        height: auto;    
        display: flex;
        flex-direction: column;
        background-image: url(../img/vinoracolo_sfondo.png);
        background-attachment: fixed;
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
}
h1 {
        float: left;
        color: #ff9933;
        float: left;
        font-size: 75px;
        line-height: 60px;
        margin: 33px 0 0 32px;
        width: 300px;
}
.hh3 {
        display: block;
        color: #557;
        float: left;
        font-size: 16px;
        line-height: 24px;
        margin: 3px 4px;
        width: 50%;
        height: 30px;
        padding: 1px 0 3px 6px;
}
.hh4 {
        color: #aaa;
        float: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 19px;
        margin: 0 2px;
        width: 100%;
}
.hh2, .hh5, .hh6 {
	display: block;
	margin: 3px 0 0;
	padding: 0;
}
.hh7 {
        color: #557;
        float: left;
        font-size: 15px;
        font-weight: bold;
        height: 18px;
        line-height: 20px;
        margin: 4px;
        padding: 3px 0 3px 6px;
        width: 321px;
}
.hh8 {
        color: #557;
        float: left;
        font-size: 15px;
        font-weight: bold;
        height: 18px;
        line-height: 20px;
        margin: 4px;
        padding: 3px 0 3px 6px;
        max-width: 290px;
}
.hh9 {
        color: #557;
        float: left;
        font-size: 15px;
        font-weight: bold;
        height: 34px;
        line-height: 20px;
        margin: 4px;
        padding: 3px 0 3px 6px;
}
ol,ul,li{
	list-style:none;
}
#main-container {
	width: 98rem;
        background-color: #031949;        
	margin: 0 auto;
	position: relative;
        opacity: 1;
        height: auto;
        display: flex;
        flex-direction: column;
}
#contents {
	width: 980px;
}
#header {
	float: left;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;	
	clear: both;
}
#main-header-user {
        float: left;
        height: 154px;
	width: 980px;
	margin: 10px 0 0 0;
	padding: 0;	
	clear: both;
        /* //PINO 20240715 */
        z-index: 800;
        background-color: #fadaa2;
        /*background: rgb(255, 255, 255) url("../img/sfondo_carta_verticale.png") repeat-x scroll 0 0;*/
}
#main-header-admin {
        float: left;
        height: 142px;
	width: 980px;
	margin: 10px 0 0 0;
	padding: 0;	
	clear: both;
        /* //PINO 20240715 */
        z-index: 801;
        background-color:  #fadaa2;
        /*background: rgb(255, 255, 255) url("../img/sfondo_carta_verticale.png") repeat-x scroll 0 0;*/
}
#main-title-up {
        /*border-bottom: 1px solid #f1f1f1;*/
        float: left;
        height: 106px;
        width: 600px;
        padding-left: 12px;
        overflow: hidden;
        /*background: url(../img/il_tuo_vino.png) center right no-repeat;*/
}
#testo_logo {
        float: left;
        height: 104px;
        width: 561px;
        background: url(../img/testo_logo.png) center right no-repeat;
        padding-top: 20px;
}
#main-menu-up {
        background-color: #9ac0c8;
        float: left;
        height: 36px;
        width: 980px;      
}
#main-menu-up-admin {
        background-color: #9ac0c8;
        float: left;
        height: 24px;
        width: 980px;      
}
ul.ul-normal {
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
ul.ul-normal li {
        border-right: 1px solid #f1fef1;
        color: #f1f1f1;
        float: left;
        text-align: center;
        list-style: outside none none;
        margin: 0;
        position: relative;
}
ul.ul-main-menu {
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        height: 36px;
}
ul.ul-main-menu li {
        border-right: 1px solid #f1fef1;
        color: #f1f1f1;
        float: left;
        text-align: center;
        list-style: outside none none;
        margin: 0;
        position: relative;
}
ul.ul-main-menu li ul {
        background-color: #4c4c4c;
        clear: both;
        display: none;
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 36px;
        width: 230px;
        /* //PINO 20240715 */
        z-index: 802;
}
ul.ul-main-menu li ul li {
        float: left;
        list-style: none outside none;
        margin: 0;
        width: 100%;	
        text-align: left;
}	
/*ul.ul-main-menu li:hover{
	background-color: #a71f28;
}*/
ul.ul-main-menu li:hover ul{
        display: block;
}
/*ul.ul-main-menu li:hover ul li {
     float: left;
     height: 22px;
}
ul.ul-main-menu li:hover ul li:hover {
     
}
ul.ul-main-menu > li a:link, ul.ul-main-menu > li a:visited {
        display: block;
        text-decoration: none;
        float: left;
        font-size: 14px;
        color: #f1f1f1;
        width: 100%;
        line-height: 22px;
}*/
ul.ul-main-menu li a:hover {
        background-color: #8493b8;
}
ul.ul-main-menu li a:link, ul.ul-main-menu li a:visited  {
        display: block;
        color: #fff; 
        text-decoration: none;
        padding: 8px 13px;
        font-size: 16px;
        height: 35px;
}
#main-menu-lang {
        float: right;
        width: 108px;
        margin-top: 5px;
}
#main-logo-up {
        float: left;
        width: 300px;
/*        border-right: #fefefe solid 2px;*/
        height: 106px;
        margin: 12px 0 0 12px;
}
#main-gallery {
        float: left;
	height: 330px;
	width: 100%;
	margin: 0;
	padding: 0;	
	clear: both;
        background-color: #f0f0f0;
        overflow: hidden;
}
#main-gallery ul {
        margin:  0;
        padding: 0;
        list-style: none;
}
#main-body {        
        float: left;
        height: auto;
	min-height: 100%;
	width: 980px;
	margin: 0;
	padding: 0;	
	clear: both;
        position: relative; 
        display: flex;
        flex-direction: column;
/*        overflow-x: hidden;        */
}
#main-title-section {
        background-color: #efefef;
        border-bottom: 1px solid #eaeaea;
        border-top: 1px solid #eaeaea;
        clear: both;
        float: left;
        height: 39px;
        margin: 1px 0;
        padding: 2px 4px;
        width: 980px;
}
#main-body-section {
        position: relative;
        height: auto;
/*        min-height: 53rem;*/
/*        overflow-x: hidden;*/
        width: 100%;
        background: rgb(255, 255, 255) url("../img/sfondo_carta_oriz.png") repeat-y scroll 0 0;
        display: flex;
        flex-direction: column;
}  
#main-left-uni {
        float: left;
/*        min-height: 850px;*/
	height: 100%;
	width: 980px;
	margin: 2px 0;
	padding: 8px;	
        /*background-color: #ffffff;*/
        position: relative;
        text-align: justify;
        background: rgb(255, 255, 255) url("../img/sfondo_carta_vino.png") no-repeat scroll 0 0;
        overflow-x: hidden;
        /*opacity: .95;*/
}
#main-left-uni > div {
        margin-left: 200px;
        margin-top: 35px;
        text-align: justify;
        width: 705px;
        z-index: 100;
}
#main-left-uni p {
        max-width: 962px;
        word-wrap: normal;
}
#main-left-col {
        float: left;
        height: 100%;
	min-height: 100%;
	width: 642px;
	margin: 2px 0;
	padding: 0 8px;	
        background-color: #ffffff;        
        position: relative;
        overflow-x: hidden;
}
#main-right-col-container {
        border-left: #e2e2e2 solid 2px;
        height: 100%;
        min-height: 100%;
        float: left;
        position: relative;
}
#main-right-col {
        background-color: #ededed;
        float: left;
        height: 100%;
        min-height: 100%;
        margin: 2px 5px 2px 13px;    
        padding: 0 4px;
        width: 290px;
        position: relative;
        -webkit-padding-start: 2px;
        -webkit-padding-end: 2px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        box-shadow: 0 1px 2px #ddd;
        -moz-box-shadow: 0 1px 2px #ddd;
        -webkit-box-shadow: 0 1px 2px #ddd;
        /*background-color: #ddd;*/
        border: 1px solid #999;
}
#main-right-col-body {
        float: left;
        min-height: 100%;
        margin-top: 4px;
        height: 100%;
        min-height: 100%;
}
#main-right-col-body ul {
        margin: 0;
        padding: 1px;
        list-style: none;
        height: 100%;
        min-height: 100%;
}
#main-right-col-body ul li {
        margin: 0;
        float: left;
        list-style: none;
}
#main-right-col-titolo {
        font-size: 17px;
        font-weight: bold;
        height: 22px;
        margin-left: 1px;
        margin-right: 0;
        margin-top: 5px;
        padding: 2px 2px;
        width: 283px;
        background-color: #ddd;
}
.news-home-div {
        display: block;        
        color: #111;
        display: block;
        font-size: 12px;
        margin: 0;
        padding: 0;
        width: 286px;
        border-bottom: #ccc solid 1px;
}
.header-news {
        float: left;
        width: 286px;
        height: 24px;
        clear: both;
        margin-top: 6px;
}
.header-title-news {
        float: left;
        margin: 4px 2px 4px 0;
        height: 22px;
        clear: both;
        padding: 2px 0 3px 2px;
        font-size: 11px;
        font-weight: bold;
}
.header-news img {
        float: left;
        vertical-align: baseline;
        margin: 1px 1px;
}
.a-link-colona-news:link , .a-link-colona-news:visited{
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #111;
}
.a-link-colona-news:hover {
        text-decoration: underline;
        color: #222;
}
.a-link-colona-avvisi:link , .a-link-colona-avvisi:visited{
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fefefe;
}
.a-link-colona-avvisi:hover {
        text-decoration: underline;
        color: #111;
}
.body-news {
        float: left;
        margin: 2px;
        clear: both;
        padding-bottom: 6px;
}
.data-news {
        float: left;
        clear: right;
        margin: 3px 5px;
        color: #333;
        font-size: 13px;
        font-weight: bold;
        background: #e9e9e9;
}
.data-alert-giallo {
        float: left;
        clear: right;
        margin: 3px 5px;
        color: #111;
        font-size: 10px;
        font-style: italic;
        font-weight: bold;
        background: #e9e9e9;
}
.data-alert-verde {
        float: left;
        clear: right;
        margin: 3px 5px;
        color: #111;
        font-size: 10px;
        font-style: italic;
        font-weight: bold;
        background: #e9e9e9;
}
.num-item-section {
        display: block;
        float: left; 
        width: 30px; 
        height: 26px; 
        margin: 0 4px; 
        padding-top: 4px;
        font-size: 12px;
        color: #fff;
}
.titolo-lista-section {
        display: block;
        float: left;
        margin: 3px 4px 2px 6px;
        color: #555;
        font-size: 16px;
        font-weight: bold;
        padding-left: 0px;
        font-style: italic;
        width: 100%;
        font-family: Georgia, "Times New Roman", Serif;
}
.author-lista-section {
        display: block;
        float: left;
        margin: 3px 12px 2px 6px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding-left: 0px;
        font-family:  Georgia, "Times New Roman", Serif;
}
.sottotitolo-lista-section {
        display: block;
        float: left;
        margin: 3px 3px 2px 6px;
        color: #555;
        font-size: 16px;
        clear: both;
        padding-left: 38px;
        font-weight: 300;
        font-family: Georgia, "Times New Roman", Serif;
}
.prezzo-lista-section {
        display: block;
        float: left;
        margin: 3px 3px 2px 3px;
        color: #555;
        font-size: 13px;
        padding: 1px 4px;
        font-weight: bold;
        -webkit-padding-start: 2px;
        -webkit-padding-end: 2px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        box-shadow: 0 1px 2px #ddd;
        -moz-box-shadow: 0 1px 2px #ddd;
        -webkit-box-shadow: 0 1px 2px #ddd;
        /*background-color: #ddd;*/
        border: 1px solid #999;
}
.pubblicazione-lista-section {
        display: block;
        float: left;
        margin: 3px 3px 2px 3px;
        color: #555;
        font-size: 16px;
        font-style: italic;
        padding-left: 42px;
        font-weight: 300;
        color: #555;
        font-family: Georgia, "Times New Roman", Serif;
}
.corpo-lista-section {
        display: block;
        float: left;
        margin: 3px 3px 2px 3px;
        color: #555;
        font-size: 16px;
        clear: both;
        padding-left: 42px;
        font-weight: 300;
        font-family: Georgia, "Times New Roman", Serif;
}
.extra-lista-section {
        display: block;
        float: left;
        margin: 3px 3px 6px 3px;
        color: #555;
        font-size: 16px;        
        clear: both;
        padding-left: 42px;
        font-family: Georgia, "Times New Roman", Serif;
}
.title-section {
        float: left;
        width: 926px;
}
.sub-section {
        float: left;
        width: 100%;
}
.altro-section {
        float: left;
        width: 100%;
        font-family: Georgia, "Times New Roman", Serif;
        color: #222;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word
}
.corpo-section {
        float: left;
        width: 100%;
}
.extra-section {
        float: left;
        width: 100%;
        margin-bottom: 10px;
}
.titolo-news {
        float: left;
        margin: 0;
        color: #333px;
        font-size: 12px;
        font-weight: bold;
}
#main-footer {
	height: 60px;
	width: 98rem;
	margin: 2px auto;
	padding: 0;	
        background-color: #e0e0e0;
        border: #e2e2e2 solid 1px;
        font-size: 14px;
        color: #333;
        text-align: center;
        position: relative;
        clear: both;
}
/*  ADMIN */
#div-box-login {
        width: 400px;
        margin: auto;
        clear: both;
        height: 500px;
        padding: 20px 0 20px 0;
}
#div-administration {
        width: 100%;
        clear: both;
        float: left;
        height: 600px;
        padding: 0;
        margin: 0;
        background-color: #fff;
}
#fld-top-login {
        width: 400px;
        background: #eee none repeat scroll 0 0;
        border: 1px solid #aaa;
        border-radius: 4px 4px 0 0;
        box-shadow: 1px 1px 2px #fff inset;
        float: left;
        margin-top: 5px;
        padding: 8px 10px;
        text-shadow: 0 1px 0 #fff;
}
#fld-btn-login {
        width: 400px;        
        background: #eee none repeat scroll 0 0;
        border: 1px solid #aaa;
        border-radius: 0 0 4px 4px;
        float: left;
        margin-top: 0;
        padding: 8px 10px;
        box-shadow: 1px 1px 2px #fff inset;
        text-shadow: 0 1px 0 #fff;
}
#div-param-login {
        float: left;
        width: 400px;
        height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
}
#div-param-admin {
        float: left;
        width: 668px;
        height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
}
#div-param-admin-body {
        float: left;
        width: 888px;
        overflow-x: hidden;
        overflow-y: auto;
}
#div-param-didattica-body {
        float: left;
        width: 910px;
        overflow-x: hidden;
        overflow-y: auto;
        height: 530px;
}
#div-param-admin-editor-admin {
        float: left;
        width: 900px;
        height: 414px;
        overflow-x: hidden;
        overflow-y: auto;
}
#div-param-rating-admin-editor-admin {
        float: left;
        width: 100%;
        height: 220px;
        overflow-x: hidden;
        overflow-y: auto;
}
#div-param-admin-editor {
        float: left;
        width: 900px;
        height: 462px;
        overflow-x: hidden;
        overflow-y: auto;
}
div.item {
        float: left;
        min-height: 26px;
        position: relative;
        width: 100%;
        margin: 0;
}
div.semi-item {
        float: left;
        min-height: 26px;
        position: relative;
        width: 40%;
        margin: 0;
}
div.item-label {
        float: left;
        width: 160px;
        margin-right: 2px;
}
div.item-input {
        float: left;
        width: 280px;
        margin-right: 2px;
}
div.item-input-long {
        float: left;
        width: 300px;
        margin-right: 2px;
}
div.item-spec {
        float: left;
}
.item-first {
        float: left; 
        margin: 0 2px; 
        width: 516px;
}
.item-second {
        float: left; 
        margin: 0 2px; 
        width: 370px;
}
.item-second-in-search {
        float: left; 
        margin: 0 2px; 
        width: 230px;
}
.item-third {
        float: left; 
        margin: 0 2px; 
        width: 200px;
}
.item-label-first {
        float: left;
        margin: 0 6px;
        padding-top: 5px;
        width: 134px;
}
.item-input-first {
        float: left; 
        margin: 0 4px; 
        width: 337px;
}
.item-label-second {
        float: left; 
        margin: 0 2px; 
        width: 150px;
        padding-top: 5px;
}
.item-input-second {
        float: left; 
        margin: 0 2px; 
        width: 145px;
}
.item-label-third {
        float: left; 
        margin: 0 2px; 
        width: 100px;
        padding-top: 5px;
}
.item-input-third {
        float: left; 
        margin: 0 2px; 
        width: 80px;
}
.item-input-data {
        float: left; 
        margin: 0 2px; 
        width: 60px;
}
.item-input-short {
        float: left; 
        margin: 0 2px; 
        width: 110px;
}
.item-input-long {
        float: left; 
        margin: 0 2px; 
        width: 634px;
}
.textfield {
        width: 200px;
}
.textfield-admin {
        width: 256px;
}
.text-field-panel {
        width: 475px;
}
.select-field-panel {
        width: 225px;
}
.text-field-didattica {
        width: 600px;
}
.textarea-field-panel {
        width: 475px;
}
.textarea-field-didattica {
        width: 600px;
}
.data-field-panel {
        width: 83px;
}
.span-lista {
        font-size: 13px;
        color: #111;
}
form fieldset.bottom {
        float: left;
        margin-top: 0;
        border-radius: 0 0 4px 4px ;
        -moz-border-radius: 0 0 4px 4px ;
        -webkit-border-radius: 0 0 4px 4px;
        border: #aaa solid 1px;
        padding: 8px 10px;
        background: #eee;
        text-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 2px #fff 1px 1px inset;
        -webkit-box-shadow:  2px #fff 1px 1px inset;
        box-shadow:  2px #fff 1px 1px inset;
        width: 915px !important;
}
form fieldset.bottom-rating {
        float: left;
        margin-top: 0;
        border-radius: 0 0 4px 4px ;
        -moz-border-radius: 0 0 4px 4px ;
        -webkit-border-radius: 0 0 4px 4px;
        border: #aaa solid 1px;
        padding: 8px 10px;
        background: #eee;
        text-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 2px #fff 1px 1px inset;
        -webkit-box-shadow:  2px #fff 1px 1px inset;
        box-shadow:  2px #fff 1px 1px inset;
        width: 97%;
}
form fieldset.top {
        float: left;
        margin-top: 5px;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border: #aaa solid 1px;
        padding: 8px 10px;
        background: #eee;
        text-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 1px 1px 2px #fff inset;
        -webkit-box-shadow: 1px 1px 2px #fff inset;
        box-shadow: 1px 1px 2px #fff inset;
        width: 915px !important;
}
form fieldset.top-rating {
        float: left;
        margin-top: 5px;
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border: #aaa solid 1px;
        padding: 8px 10px;
        background: #eee;
        text-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 1px 1px 2px #fff inset;
        -webkit-box-shadow: 1px 1px 2px #fff inset;
        box-shadow: 1px 1px 2px #fff inset;
        width: 97% !important;
}
.user-admin {
        margin-left: 5px;
        width: 687px;
        overflow: hidden;
}
.sheet-admin {
        margin-left: 5px;
        width: 687px;
        overflow: hidden;
}
.sheet-didattica {
        margin-left: 5px;
        width: 910px;
        overflow: hidden;
}
.content-admin {
        margin-left: 5px;
        width: 900px;
}
legend {
        display: block !important;
        -webkit-padding-start: 2px !important;
        -webkit-padding-end: 2px !important;
        border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        -webkit-border-radius: 2px !important;
        box-shadow: 0 1px 2px #ddd !important;
        -moz-box-shadow: 0 1px 2px #ddd !important;
        -webkit-box-shadow: 0 1px 2px #ddd !important;
        background-color: #ddd !important;
        border: 1px solid #444 !important;
        color: #111 !important;
        display: block !important;
        font-size: 12px !important;
        font-weight: bold !important;
        height: 19px !important;
        margin: 0 1px 6px 0 !important;
        padding: 2px 4px !important;
}
.search-shades {
        font-size: 13px;
        color: #222;
}
form.frm-admin span.campo-edit {
    
}
form.frm-admin label {
    min-width: 146px;
    font-weight: bold;
    padding-top: 3px;
    cursor: default;
    float: left;
}
form.frm-admin label.grassetto {
    width: 160px;
    font-weight: bolder;
    padding-top: 10px;
    cursor: default;
    float: left;
}
form.users label {
    display: block;
    width: 160px;
    font-weight: bold;
    padding-top: 7px;
    cursor: default;
    float: left;
}
.grassetto {
    font-weight: bolder;
    cursor: default;
    float: left;
}
form.frm-admin input[type=text] {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    float: left;
    font-size: 13px;
}  
form.frm-admin select {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    float: left;
    font-size: 13px;
    height: 24px;
}  
form.frm-admin textarea {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    float: left;
    font-size: 13px;
    height: 50px;
    width: 632px;
}  
form.frm-admin input[type=password] {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    font-size: 13px;
}
form input[type=checkbox] {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    float: left;
    font-size: 13px;
}  
form input[id=input_submit], form input[id=input_abort] {
    font-weight: bold;
    margin-left: 14px;
    border: 1px solid #aaa;
    padding: 3px 7px;
    color: #111;
    text-decoration: none;
    background: #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-shadow: 0 1px 0 #fff;        
    background-size: 100% 100%;
    float: right;
    cursor: pointer;
    font-size: 13px;
}
form.frm-didattica input[type=text] {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 2px #ddd;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    background: url(../img/input_bg.gif);
    border: 1px solid #aaa;
    color: #111;
    padding: 2px;
    margin: 4px;
    float: left;
    font-size: 13px;
}  
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .50;
    z-index: 88;
}
.fade-admin { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: absolute; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .20;
    z-index: 88;
}
#fade-high { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 200;
}
.fade-div { /*--Transparent background layer--*/
    /*display: none; --hidden by default--*/
    background: #000;
    position: fixed; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .40;
    z-index: 88;
}
.fade-div-loader { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    opacity: .50;
    z-index: 988;
}
.popup_block_loader{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 0;
    border: 6px solid #4B4C57;
/*    float: left;*/
    font-size: 13px;
/*    position: absolute;*/
/*    top: 10%; left: auto;*/
    z-index: 999;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 10;
}
.popup_block{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 0;
    border: 6px solid #4B4C57;
/*    float: left;*/
    font-size: 1.2em;
/*    position: absolute;*/
/*    top: 10%; left: auto;*/
    z-index: 99;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
}
#div-loader-small {
    top: 320px;
    left: 300px;
    z-index: 200;
    width: 160px;
    height: 35px;
    padding-top: 10px;
    background:url(../img/loading_small.gif) left no-repeat;
    padding-left: 26px;
    color: #343439;
    font-size: 10px;
}
#div-loader-big {
    z-index: 840;
    width: 77px;
    height: 150px;
    padding-top: 10px;
    background: url(../img/loadingBig.gif) left no-repeat;
      background-position-x: left;
    padding-left: 26px;
    color: #343439;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-position-x: center;
}
.error-notice {
    color: #933;
    font-size: 12px;
    text-shadow: 0 1px 0 #ddd; 
}
#main-menu-exit-admin {
    float: right;
    width: 38px;
    padding-top: 4px;
}
#main-left-title {
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #444px;
    clear: both;
    height: 30px;
    margin-bottom: 10px;
    width: 640px;
}
#main-left-body {
    float: left;
    width: 640px;
}
#div-items-menu-system-top {
    clear: both;
    float: left;
    width: 175px;
}  
#div-items-menu-system-top {
    clear: both;
    float: left;
    width: 175px;
}  
#div-items-menu-admin-top {
    clear: both;
    float: left;
    width: 175px;
    margin: 10px 0;
    margin-top: 5px;
}  
#div-items-menu-admin-bottom {
        clear: both;
        float: left;
        height: 185px;  /* PINO 20200211 */
        width: 175px;
}  
#div-items-menu-admin-categ {
        clear: both;
        float: left;
        height: 360px;
        width: 175px;
}
#div-items-menu-admin-oriz {
        float: left;
        height: 37px;
        width: 100%;
        position: relative;
        z-index: 0;
}  
.href24 {
        display: block;
        float: left;
        width: 24px;
        height: 24px;
}
.href24 img{
        display: block;
        float: left;
        width: 24px;
        height: 24px;
        vertical-align: baseline;
}
.span-menu-admin {
        display: block;
        float: left;
        margin: 0 2px 0 8px; 
        color: #000;
        font-size:  13px;
        height: 24px;
        text-decoration: none;
        padding-top: 4px;
}
.span-menu-list {
        display: block;
        float: left;
        margin: 0 2px 0 14px; 
        color: #113;
        font-size:  13px;
        height: 24px;
        text-decoration: none;
        padding-top: 4px;
        font-weight: bold;
}
#div-top-menu-admin {
        background: none repeat scroll 0 0 #aaa;
        border: 2px solid #eee;
        border-radius: 10px;
        box-shadow: 0 0 20px #000;
        clear: both;
        float: left;
        font-size: 1.2em;
        height: 30px;
        margin: 10px 4px;
        padding: 0;
        width: 162px;
}
#div-body-admin {
        float: left;
        width: 980px;
        min-height: 550px;
}
#div-left-col-admin {
        background-color: #2be;
        float: left;
        height: 100%;
        min-height: 550px;
        position: relative;
        width: 175px;
        margin: 2px 0;
}
.div-right {
        float: right;
}
#div-right-col-admin {
        background-color: #e6e6e7;
        float: left;
        margin: 2px 0 0 6px;
        min-height: 553px;
        overflow-x: hidden;
        width: 799px;
}
#div-left-col-admin ul {
        margin: 2px 0;
        list-style: none;
        padding: 2px;
}
#div-search-in {
        width: 320px;
        height: 24px;
        border: #bbb solid 1px;
        border-radius: 8px;
        box-shadow: 0 0 12px #444;
        margin: 0 10px 0 0;
        padding: 12px 10px;
}
#div-search-in *{
        float: left;
        padding: 0 2px;
        font-size: 12px;
        line-height: 23px;
}
#div-search-in label{
        float: left;
        width: 63px;
        height: 26px;
}
#div-search-in #cmd_search{
        float: left;
        height: 26px;
        margin-left: 3px;
}
.ul-items {
        float: left;
        list-style: none;
        width: 100%;
}
.ul-items li {
        float: left;
        list-style: none;
        width: 100%;
}
.evidenzia {
        color: #126;
        background-color: #F7E741;
        padding: 2px 0;
}
.ul-menu-admin li.li-item-menu-admin {
        background: none repeat scroll 0 0 #eee;
        border: 1px solid #eee;
        border-radius: 8px;
        clear: both;
        float: left;
        height: 24px;
        margin: 2px;
        overflow: hidden;
        padding: 1px 2px;
        width: 162px;
}
.ul-menu-admin-oriz {
        background: none repeat scroll 0 0 #eee;
        border: 1px solid #eee;
        clear: both;
        float: left;
        height: 34px;
        margin: 2px;
        overflow: hidden;
        padding: 1px 2px;
        width: 785px;
}
.ul-menu-admin-oriz li {
        background: none repeat scroll 0 0 #d2d2e9;
        border-radius: 8px;
        border: 1px solid #ccc;
        float: left;
        height: 26px;
        margin: 2px;
        overflow: hidden;
        padding: 1px 2px;
        font-size: 11px;
        color: #933;
        font-style: italic;
        width: 180px;
        -moz-border-radius: 8px;        /* Per Firefox */
	-webkit-border-radius: 8px;     /* Per Chrome */
}
#div-title-function {
        width: 100%;
        background-color: #dedede;
        border-bottom: #999 solid 1px;
        padding: 2px;
}
#div-body-function {
        width: 100%;
        padding: 2px;
        position: relative;
}
#div-body-param-admin {
        float: left;
        height: 524px;
        margin: 0 0 0 5px;
        width: 930px;
}
#div-body-rating-param-admin {
        float: left;
        height: 328px;
        margin: 0 0 0 5px;
        width: 100%;
}
#div-body-param-didattica {
        float: left;
        height: 627px;
        margin: 0 0 0 5px;
        width: 940px;
}
#div-top-admin-bar {
        top: 0;
        float: left;
        margin: 2px 0 0 0;
        width: 100%;
        height: 32px;
}
#div-top-close-admin-panel {
        width: 40px;
        float: right;
        height: 25px;
        padding-top: 2px;
}
#div-save-admin-panel {
        float: right;
        height: 25px;
        padding-top: 2px;
        width: 892px;
} 
#div-save-didattica-panel {
        float: right;
        height: 25px;
        padding-top: 2px;
        width: 914px;
}
#div-save-admin-contents-panel {
        float: right;
        height: 32px;
        padding-top: 0;
        width: 859px;
} 
#div-save-rating-admin-contents-panel {
        float: right;
        height: 28px;
        padding-top: 0;
        width: 100%;
} 
a.rollover16:link, a.rollover16:visited {
	float: left;
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
a.rollover16 img {
	border: none;
}
a.rollover16:hover {
	background-position: left;
}
a.static16 img {
	border: none;
}
a.static16:hover {
}
a.static16:link, a.static16:visited {
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
a.rollover16right:link, a.rollover16right:visited {
	float: right;
	border: none;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
a.rollover16right img {
        border: none;
}
a.rollover16right:hover {
        background-position: right;
}a.rollover20:link, a.rollover20:visited {
        float: left;
        border: none;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        width: 20px;
        height: 20px;
        overflow: hidden;
}
a.rollover20 img {
        border: none;
}
a.rollover20:hover {
        background-position: left;
}
a.rollover24:link, a.rollover24:visited {
        float: left;
        border: none;
        display: block;
        background-repeat: no-repeat;
        background-position: left;
        width: 24px;
        height: 24px;
        overflow: hidden;
}
a.rollover24 img {
        border: none;
}
a.rollover24:hover {
        background-position: right;
}
a.rollover29x16:link, a.rollover29x16:visited {
        float: left;
        border: none;
        display: block;
        background-repeat: no-repeat;
        background-position: left top;
        width: 29px;
        height: 16px;
        overflow: hidden;
        margin: 0;
        padding: 0;
}
a.rollover29x16 img {
        border: none;
}
a.rollover29x16:hover {
        background-position: right top;
}
a.rollover32:link, a.rollover32:visited {
        float: left;
        border: none;
        display: block;
        background-repeat: no-repeat;
        background-position: float;
        width: 32px;
        height: 32px;
        overflow: hidden;
}
a.rollover32 img {
        border: none;
}
a.rollover32:hover {
        background-position: right;
}
a.rollover48:link, a.rollover48:visited {
        float: left;
        border: none;
        display: block;
        background-repeat: no-repeat;
        background-position: right;
        width: 48px;
        height: 48px;
        overflow: hidden;
        /*border: #ddd solid 1px;*/
        margin: 1px;
}
a.rollover48 img {
        border: none;
}
a.rollover48:hover {
        background-position: left;
/*        border: #444 solid 1px;*/
}
.rubrica:link, .rubrica:visited {
        background-color: #bbb;
        border: 1px solid #111;
        border-radius: 3px;
        color: #111;
        float: left;
        font-size: 11px;
        font-weight: normal;
        margin: 0 1px;
        padding-top: 3px;
        text-align: center;
        text-decoration: none;
}
#div-elenco-utenti {
        float: left;
        width: 794px;
        margin: 2px;
        height: 400px;
        overflow-x: hidden;
        overflow-y:  auto;
        position: relative;
        z-index: 0;
}
#ul-elenco-utenti {
        margin: 22px 0 0 4px;
        list-style: none;
        padding: 2px;
}
#ul-elenco-utenti li {
        float: left;
        width: 100%;
}
#frm-gest-menu {
        margin: 10px 0 0 2px;
        width: 779px;
        height: 513px;
}
#panel-general-purpose {
        display: none; /*--hidden by default--*/
        background: #fff;
        padding: 0;
        border: 6px solid #4B4C57;
/*    float: left;*/
        font-size: 14px;
/*    position: absolute;*/
/*    top: 10%; left: auto;*/
        /* //PINO 20240715 */
        z-index: 805;
        /*--CSS3 Box Shadows--*/
        -webkit-box-shadow: 0px 0px 15px #000;
        -moz-box-shadow: 0px 0px 15px #000;
        box-shadow: 0px 0px 15px #000;
        /*--CSS3 Rounded Corners--*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        top: 40px;
        left: 305px;
}
#div-elenco-menu {
        float: left;
        width: 500px;
}
div.el-attivo {
        float: left;
        width: 24px;
        height: 24px;
        margin: 2px;
        background:url(../img/attivo24.png) left no-repeat;
}
div.el-disattivo {
        float: left;
        width: 24px;
        height: 24px;
        margin: 2px;
        background:url(../img/disattivo24.png) left no-repeat;
}
div.el-disabilitato {
        float: left;
        width: 24px;
        height: 24px;
        margin: 2px;
        background:url(../img/disabilitato24.png) left no-repeat;
}
.ul-elenco-admin {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
}
.ul-elenco-admin  li{
        float: left;
        width: 100%;
        list-style: none;
        min-height: 32px;
        margin-top: 2px;
}
.ul-elenco-admin  li ul{
        float: left;
        width: 100%;
        list-style: none;
        margin-left: 32px;
}
#right-admin-panel {
        text-align: right;
        margin: 0 4px;
}
.right {
        float: right;
        margin-left: 10px;
}
.right32 {
        float: right;
        margin-left: 5px;
        margin-top: 2px;
        width: 32px;
        height: 32px;
}
#div-top-lang-admin-panel {
        width: 920px; 
        margin: 2px auto;
        height: 32px;
        border: #ddd solid 1px;
        background-color: #eee;
        overflow: hidden;
}
#div-top-rating-admin-panel {
        width: 100%; 
        margin: 2px auto;
        height: 32px;
        border: #ddd solid 1px;
        background-color: #eee;
        overflow: hidden;
}
.div-lingua-corrente {
        margin: auto;
        width: 400px;
        text-align: center;
}
#div-top-lang-admin-panel span {
        float: left;
        width: 100px;
        font-style: italic;
        margin-top: 8px;
        margin-left: 2px;
}
#div-top-lang-admin-panel img {
        float: left;
        margin-left: 10px;
        vertical-align: baseline;
}
#div-top-rating-admin-panel span {
        float: left;
        width: 100px;
        font-style: italic;
        margin-top: 8px;
        margin-left: 2px;
}
#div-top-rating-admin-panel img {
        float: left;
        margin-left: 10px;
        vertical-align: baseline;
}
/*
START SHADES
*/
.barra-menu24 {
            background: url("../img/bg_24bar001.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.barra-menu34 {
            background: url("../img/bg_34bar001.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
div#close-bar-title-sup {
            float: right;
            width: 20px;
            height: 20px;
}
a.close-sup-title {
            display: block;
            background: url(../img/close16.png) top left no-repeat;
}
#div-cmd-search {
            float: left; 
            width: 951px; 
            height: 235px; 
            overflow: hidden; 
            margin: 0; 
            padding: 0;
}
#div-cmd-search-shades {
            float: left; 
            width: 955px; 
            height: 200px; 
            overflow: hidden; 
            margin: 0; 
            padding: 0;
}
#div-param-involucro {
            float:left; 
            width:934px; 
            height:190px;
}
#generic-bar-search {
            float: left;
            width: 770px;
}
span.ricerca {
            float: left;
            margin: 0 5px;
}
span.num_visite {
            font-weight: bold;
            color: #000;
            display: block;
            float: left;
            font-size: 13px;
            height: 24px;
            margin: 0 2px 0 8px;
            padding-top: 4px;
            text-decoration: none;
}
.rubrica:link, .rubrica:visited {
            /*background: url(../img/sfd_rubrica16.png) top left no-repeat;*/
            float: left;
            text-decoration: none;
            font-size: 11px;
            font-weight: normal;
            color: #111;
            text-align: center;
            margin: 0 1px;
            padding-top: 3px;
            border: #111 solid 1px;
            background-color: #bbb;
            -moz-border-radius-bottomright: 3px;
            -moz-border-radius-bottomleft: 3px;
            -moz-border-top-right-radius: 3px;
            -moz-border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;	
            -webkit-border-top-right-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
}
.rubrica:hover {
            font-weight: bold;
            color: #e7e7e7;
            background-color: #222;
}
div#div-ricerca {
            clear: both;
            float: left;
            height: 34px;
            margin: 2px;
            overflow: hidden;
            padding: 3px 2px;
            width: 99%;
}
#campiricerca {
            float: left; 
            margin: 2px; 
            padding: 2px; 
            height: 255px; 
            overflow: hidden; 
            width: 946px;
}
.div-separatore {
            float: left; 
            height: 15px; 
            width: 100%;
}
#div-search-results {
            display: none;
            float: left; 
            margin: 2px; 
            padding: 2px; 
            overflow-x: hidden; 
            width: 946px;
}
#fset-result {
            float: left; 
            margin: 0; 
            margin: 2px;
            padding: 2px; 
            height: 237px; 
            overflow: hidden; 
            width:704px;
}
#search-col-ct {
            float: left; 
            width: 714px; 
            overflow: hidden; 
            padding: 0 1px;
}
#search-col-dx {
            float: left; 
            width: 714px; 
            overflow: hidden; 
            padding: 0 1px; 
            margin: 0;
}
.commandDiv {
            width: 100%;
            float: left;
            margin: 1px;
}
.boxinput {
            float: left;
            font-size: 10px;
            border-top: #CECEEE solid 1px;
            border-left: #CECEEE solid 1px;
            border-right: #CECEEE solid 1px;
            border-bottom: #CECEEE solid 1px;
            margin-right: 3px;
            height: 16px;
}
.boxinput:hover {
            border: #888888 solid 1px;
}
.boxinput-spec {
            float: left;
            font-size: 10px;
            border-top: #dd8844 solid 1px;
            border-left: #dd8844 solid 1px;
            border-right: #dd8844 solid 1px;
            border-bottom: #dd8844 solid 1px;
            margin-right: 1px;
            height: 16px;
}
.boxinput-spec:hover {
            border: #f93 solid 1px;
}
.input-title {
            float: left;
            height: 16px;
            width: 100%;
            background-color: #BDBDBD;
            /*--CSS3 Box Shadows--*/
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 7px #000;
            box-shadow: 0px 0px 20px #000;
            /*--CSS3 Rounded Corners--*/
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            text-align: center;
}
#input-command {
            float: left;
            min-height: 290px;
}
#input-bar {
            width: 100%;
            height: 36px;
            text-align: right;
            float: left;
            background-color: #EFEFFD;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
}
.inputfield {
            border: #555577 solid 1px;
            font-size: 12px;
            color: #000;
}
.inputfield:hover {
            border: #990000 solid 1px;
}

.num {
            color: #8888ce;
            float: left;
            font-size: 11px;
            line-height: 21px;
            margin: 1px 0;
            vertical-align: top;
            width: 40px;
}
.dispari {
            background-color: #eae0d9;
}
.pari {
            background-color: #eeeeef;
}
.numOrdine {
            color: #667766;
            font-size: 10px;
}
/*ul #ulResults-lg {
            float: left; 
            margin: 0;
            list-style: none;
            list-style-image: none;
}*/
#risultati-lg {
            /*float: left;*/ 
/*            min-height: 30rem; */
/*            overflow-x: hidden; */
/*            overflow-y: auto;         */
            height: auto;
            width: 100%;
/*            margin: 2px 10px;*/
            padding: 0;	
            background-color: #d4d4ff;
            position: absolute;
            display: flex;
            flex-direction: column;
/*            margin: auto;*/
/*            border: #555 dashed 1px;*/
}
div#risultati-lg div {
            /*float: left;*/
}
div#risultati-lg ul {
            border-color: #cad137;
            list-style: outside none square;
            margin: 0;
            padding: 0;
            width: 100%;
}
div#risultati-lg ul li {
            border-color: #cad137;
            float: left;
            list-style: outside none square;
            margin: 0;
            padding: 0;
            width: 100%;
            list-style: none;
            list-style-image: none;
}
a.linkRisultatoIdx:link, a.linkRisultatoIdx:visited {
            border-bottom: 1px dashed #999999;
            color: #333;
            float: left;
            font-size: 12px;
            font-weight: 500;
            line-height: 21px;
            margin: 1px 0;
            text-decoration: none;
            vertical-align: top;
            width: 545px;
}
a.linkRisultatoIdx:hover {
            font-size: 12px;
            font-weight: 600;
            text-decoration: underline;
}
.popup_block ul {
            list-style: outside none none;
            margin: 0;
            padding: 0;
}
.popup_block ul li {
            list-style: outside none none;
            margin: 0;
            padding: 0;
}
#div-elenco-items {
            float: left;
            width: 790px;
            height: 465px;
            padding: 10px 2px;
            overflow: hidden;
}
#fld-elenco-items {
            float: left;
            width: 770px;
            height: 460px;
            border: #111 solid 1px;
            overflow: hidden;
}
/*.div-contenitore-lista {
            float: left;
            width: 770px;
            height: 460px;
            overflow-x: hidden;
            overflow-y: auto;
}*/
#div-controlli-lista {
            float: left;
            width: 100%;
            height: 190px;
            margin: 0;
            padding: 2px;
            overflow: hidden;
            border-bottom: #444 solid 1px;
            border-top: #444 solid 1px;
}
.div-adm-parametri {
            float: left;
            height: 24px;
            margin: 2px;
            padding: 1px;
            width: 786px;
}
#div-adm-siti {
            float: left;
            height: 24px;
            width: 243px;
}
.div-adm-parametri label {
            float: left;
            margin: 0 3px;
            font-size: 11px !important;
            color: #222 !important;
}
.div-adm-parametri select {
            float: left;
            margin: 0 3px;
            width: 120px;
}
.div-adm-parametri input[type=text] {
            float: left;
            margin: 0 3px;
            width: 120px;
}
.div-adm-parametri input[type=checkbox] {
            float: left;
            margin: 0 80px 0 2px;
            width: 15px;
}
#div-adm-ordinamento {
            float: left;
            width: 243px;
            height: 24px;
}
#div-adm-ordinamento label {
            float: left;
            margin: 0 3px;
}
#div-adm-ordinamento select {
            float: left;
            margin: 0 3px;
}
#cmd-ord-src {
            width: 120px;
}
#cmd-estraz-num {
            width: 100px;
}
#div-adm-ordinamento input[type=text] {
            float: left;
            margin: 0 3px;
            width: 120px;
}
#div-adm-ordinamento input[type=checkbox] {
            float: left;
            margin: 0 10px 0 2px;
            width: 15px;
}
#div-adm-inserimento {
            border: 1px solid #aaa;
            float: left;
            height: 38px;
            margin: 0 0 0 3px;
            padding: 1px 0 0 3px;
            width: 788px;
}
#div-adm-inserimento label {
            float: left;
            margin: 0 3px;
}
#div-adm-inserimento select {
            float: left;
            margin: 0 3px;
            width: 120px;
}
#div-adm-inserimento input[type=text] {
            float: left;
            margin: 0 3px;
            width: 120px;
}
#div-adm-inserimento input[type=checkbox] {
            float: left;
            margin: 0 10px 0 2px;
            width: 15px;
}
#div-list-colonne {
            float: left;
            width: 100%;
            background-color: #bbb;
}
#div-list-colonne div {
            float: left;
            height: 20px;
            color: #031949;
            font-size: 13px;
            font-weight: bold;
}
/*#div-intestazione-lista {
            float: left;
            width: 100%;
            height: 18px;
            margin: 0;
            padding: 0;
            overflow-y: hidden;
            overflow-x: auto;
            border-bottom: #444 solid 1px;
            border-top: #444 solid 1px;
}*/
#div-container-lista {
            float: left;
            width: 100%;
            height: 368px;
            margin: 0;
            padding: 0;
            overflow: auto;
            border-top: #444 solid 2px;
}
.ul-intesta-items {
            float: left;
            width: 100%;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            height: 22px;
}
.ul-elenco-items {
            float: left;
            width: 100%;
            list-style: outside none none;
            margin: 0;
            padding: 0;
}
.ul-elenco-items li {
    float: left;
    list-style: outside none none;
    margin: 3px 2px;
    padding: 0;            
}
.ul-elenco-items li.items-value {
    border: #c8c8ca solid 1px;
}
.div-search-sezione {
    background-color: #fafafa;
}
.ul-elenco-gen {
    float: left;
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ul-elenco-gen > li {
    float: left;
    list-style: outside none none;
    margin: 3px 2px;
    width: 100%;
    min-height: 30px;
    padding: 0;            
}
.ul-elenco-gen li.items-value:not(:first-child) {
    border-top: #ccc solid 1px;
    margin-top: 6px;
    padding-top: 4px;
    padding-bottom: 8px;
}
.div-intesta-numero {
    float: left; 
    width: 33px; 
    height: 20px; 
    margin: 0 2px; 
    padding: 2px;
    color: #999;
    text-align: center;
}
.div-num-attivo {
    float: left; 
    width: 33px; 
    height: 20px; 
    margin: 0 2px; 
    padding: 2px;
    color: #282;
    font-weight: bold;
}
.div-num-disattivo {
    float: left; 
    width: 33px; 
    height: 20px; 
    margin: 0 2px; 
    padding: 2px;
    color: #b22;
    font-weight: bold;
}
.div-intesta-edit {
    float: left; 
    width: 25px; 
    height: 24px; 
    margin: 0; 
    padding: 2px;
}
.div-edit {
    float: left; 
    width: 25px; 
    height: 24px; 
    margin: 0x; 
    padding: 2px 0;
}
.div-intesta-titolo {
    float: left; 
    width: 350px; 
    height: 20px; 
    margin: 0 4px; 
    padding: 2px;
}
.div-titolo {
    float: left; 
    width: 375px; 
    height: 20px; 
    margin: 0 4px 0 2px; 
    padding: 2px 0;
    font-weight: bold;
}
.div-intesta-specifica {
    float: left; 
    width: 203px; 
    height: 20px; 
    margin: 0 4px; 
    padding: 2px;
    color: #999;
}
.div-specifica {
    float: left; 
    width: 300px; 
    height: 20px; 
    margin: 0 3px; 
    padding: 2px;
    color: #999;
    overflow: hidden;
}
.div-intesta-attivo {
    float: left; 
    width: 25px; 
    height: 20px; 
    margin: 0 4px; 
    padding: 2px;
    color: #999;
}
.div-attivo {
    float: left; 
    width: 25px; 
    height: 20px; 
    margin: 0 4px; 
    padding: 2px;
    color: #999;
}
.container-img-linked {
    clear: both;
    margin: 12px auto;
    width: 950px;
    overflow: hidden;
    height: 100px;
    text-align: center;
    /*background-color: #eee;
    background-color: #EFEFFD;
    */
    border: 1px solid #abe;    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
}
.body-img-linked {
    height: 90px;
    margin: 5px 2px;
    width: 946px;
    overflow: hidden;
}
.span-divisore {
    font-size: 13px;
    font-weight: bold;
    color: #111;
    float:left;
    text-align: center;
    margin: 2px;
    background-color: #2be;
}
/* END SHADES */

.span-trad {
    width: 100%;
    text-align: center;
    display: block;
}
#div-admin-editor-medium {
    float: left;
    height: 316px;
    overflow: hidden;
    width: 890px;
}
.admin-news-class {
    height: 530px;
}
.body-admin-class {
    height: 522px;
}
#ul-didattica {
    list-style: outside none none;
    margin: 5px auto ;
    padding: 0;
    width: 950px;
}
.div-elementi-didattica {
    margin-top: 0;
    border-radius: 4px 4px 4px 4px ;
    -moz-border-radius: 4px 4px 4px 4px ;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: #aaa solid 1px;
    padding: 8px 8px;
    background: #eee;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 3px #fff 1px 1px inset;
    -webkit-box-shadow:  3px #fff 1px 1px inset;
    box-shadow:  3px #fff 1px 1px inset;   
    width: 270px;
    height: 250px;
    overflow: hidden; 
    margin: 10px 15px 10px 10px;
    background: url(../img/sfondoDidattica.png) top left no-repeat; 
    position: relative;
    float: left;
}
.div-corpo-titolo-didattica {
    background: #cecece none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #111;
    font-weight: bold;
    height: 32px;
    margin: 3px;
    overflow: hidden;
    padding: 4px;
    text-shadow: 0 2px 1px #ddd;
    width: 248px;
    top: 10px;
    left: 12px;
    z-index: 8;
    position: absolute;
}
.span-titolo-didattica {
    width: 181px;
    height: 32px;
    overflow: hidden;
    display: block;
}
.div-corpo-sezione-didattica {
    background: #ededed none repeat scroll 0 0;
    border: 2px solid #24a;
    border-radius: 4px;
    color: #222;
    float: left;
    font-weight: bold;
    height: 248px;
    margin: 2px;
    opacity: 0.6;
    overflow: hidden;
    padding: 0;
    width: 264px;
}
.div-corpo-colonna-didattica {
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #222;
    font-weight: bold;
    height: 176px;
    margin: 8px 3px;
    overflow: hidden;
    padding: 8px;
    width: 240px;
    opacity: 0.8;
    position: relative;
    text-align: center;
    z-index: 8;
    top: 15px;
}
.div-testo-colonna-didattica {
    color: #111;
    font-weight: bold;
    height: 56px;
    margin: 8px 3px;
    overflow: hidden;
    padding: 4px;
    width: 245px;
    opacity: 1;
    position: absolute;
    text-align: center;
    z-index: 90;
    top: 188px;
    font-size: 13px;
}
.div-didattica-dettaglio {
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    height: 50px;
    margin: 8px 3px;
    overflow: hidden;
    padding: 8px;
    width: 932px;
}
.div-titolo-didattica {
    border: 1px solid #888;
    border-radius: 4px;
    color: #111;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    margin: 3px;
    overflow: hidden;
    padding: 8px;
    text-shadow: 0 2px 1px #ddd;
    width: 906px; 
    top: 0;
    left: 0;
}
.div-corpo-didattica {
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    min-height: 50px;
    margin: 8px 3px;
    overflow: hidden;
    padding: 8px;
    width: 932px;
}
.div-corpo-data-didattica {
    position: relative;
    z-index: 100;
    top: 5px;
    border-radius: 4px;
    background-color: #128;
    border: 1px solid #fff;
    width: 68px;
    height: 26px;
    font-size: 11px;
    font-weight: 100;
    color: #eee;
    text-align: center;
    left: 189px;
    padding-top: 2px;
}
#div-testata-risultato {
    border: 1px solid #eee;
    background-color: #ddd;
    width: 100%;
    height: 25px;
}
#div-testata-risultato {
    float: left;
    border: #aaa solid 1px;
    border-radius: 4px 4px 4px 4px ;
    -moz-border-radius: 4px 4px 4px 4px ;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: #fff solid 1px;
    background: #bbb;
    color: #111;
    height: 30px;
    font-weight: bold;
}
#div-t-image, .t-image {
    width: 22px;
    height: 50px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}
#div-t-numero, .t-numero {
    width: 37px;
    height: 50px;
    margin: 1px 2px 1px 1px;
    padding: 0 1px;
    overflow: hidden;
}
#div-t-tipo, .t-tipo {
    width: 67px;
    height: 50px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}
#div-t-segnatura, .t-segnatura{
    width: 137px;
    height: 50px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}
#div-t-denominazione, .t-denominazione {
    width: 500px;
    height: 40px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}
.t-bold {
    font-weight: bold;
}
#div-t-data, .t-data {
    width: 112px;
    height: 40px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}
#div-t-foto, .t-foto {
    width: 32px;
    height: 40px;
    margin: 1px 2px 1px 0;
    padding: 0 1px;
    overflow: hidden;
}                                   
.div-search-sezione {
    float: left;
    clear: both;
    width: 980px;
    margin: 0 0 3px 0;
    overflow-x: hidden;    
}
.a-photo24 {
    background: url(../img/photo24.png) top left no-repeat; 
    margin: 2px;
}
.a-photo24add {
    background: url(../img/addPhoto24.png) top left no-repeat; 
    margin: 2px;
}
.a-photo24mod {
    background: url(../img/editPhoto24.png) top left no-repeat; 
    margin: 2px;
}
.a-delete24 {
    background: url(../img/delete24.png) top left no-repeat; 
    margin: 2px;
}
.div-a-link-img {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 2px;
}
.div-el-file-linked {
    float: left;
    width: 450px;
    height: 26px;
    margin: 1px 2px;
    overflow: hidden;
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;    
}
.div-nome-file-linked{
    float: left;
    color: #111;
    font-size: 12px;
    font-weight: bold;
    width: 350px;
    height: 24px;
    text-align: left;
    padding-left: 3px;
    overflow: hidden;
} 
.div-num-file-linked {
    float: left;
    width: 30px;
    height: 24px;
    margin: 0 1px;
}
.span-numero {
    float: left;
    color: #555;
    font-size: 12px;
    font-style: italic;
}
/*#div-sel-immagini {
    border: 1px solid #bbb;
    float: left;
    height: 90px;
    margin-left: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    width: 475px;
}*/

/*#div-sel-immagini-didattica {
    border: 1px solid #bbb;
    float: left;
    height: 40px;
    margin-left: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2px;
    width: 601px;
}*/
#content-photo-shades {
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
}
#content-photo-shades div {
    margin: 5px auto;
}
#map {
    width: 500px;
    height: 400px;
    margin: 10px;
}                                                               
.div-img-normal {
    border: none;
}
.div-img-attached {
    border: #ff9933 dashed 3px;
}
#div-title-sez {
    z-index: 199;
    height: 20px;
    position: relative;
}
#div-preview-image {
    z-index: 199;
    height: 20px;
    position: relative;
}
#div-preview-name {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    bottom: 60px;
    color: #111;
    font-weight: bold;
    height: 30px;
    opacity: 0.5;
    position: relative;
    text-align: center;
    z-index: 200;
}
.gen-video {
    max-height: 380px;
    max-width: 360px;
}
.link12documento {
    display: block;
    width: 100%;
    height: 100%;
}
#div-abort {
    width: 70px;
    float: left;
    height: 30px;
    overflow: hidden;
}
#div-login-admin {
    width: 307px;
    float: left;
    height: 30px;
    overflow: hidden;
}
#div-msg-login {
    float: left;
    width: 223px;
    height: 30px;
    margin: 4px;
    text-align: center;
}
#input_priorita {
    width: 34px;
    height: 26px;
}
#div-alert-alta-priorita {
    background-color: #d00;
    clear: both;
    float: left;
    height: 50px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    border-bottom: #F7E741 solid 5px;
    border-top: #F7E741 solid 5px;
}
#immagine-alert-alta-priorita {
    float: left;
    width: 60px;
    height: 50px;
    background: url(../img/redAlert.gif) center center no-repeat; 
}
#titolo-alert-alta-priorita {
    width: 90%;
    height: 20px;
    float: left;
    margin: 3px;
}
#corpo-alert-alta-priorita {
    width: 90%;
    height: 20px;
    float: left;
    margin: 3px;
}   
.title-alert-high {
    font-size: 18px;
    color: #fefefe;
}
.body-alert-high {
    font-size: 14px;
    color: #fefefe;
}
.priorita-rossa {
    font-weight: bold;
    color: #aa0000;
}
.priorita-gialla {
    font-weight: bold;
    color: #dd9933;
}
.priorita-verde {
    font-weight: bold;
    color: #229922;
}
#div-gruppi-esteri-cont {
    min-height: 400px; 
    margin-top: 12px;
}
#div-comitati-cont {
    min-height: 400px;  
    margin-top: 12px;
}
#div-pubblicazioni-cont {
    min-height: 400px; 
    margin-top: 6px;
}
.div-com-intestazione {
    float: left;
    width: 100%;
    height: 24px;
    margin-bottom: 4px;
    background-color: #f9f9f9;
}
.div-comunicati {
    margin-left: 4px;
}
.div-com-data {
    float: left;
    color: #33a;
    font-size: 13px;
    font-weight: bold;
    width: 82px;
    background-color: #eee;
    margin-right: 16px;
    padding: 2px 1px;
}
.div-com-immagine {
    float: left;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    width: 170px;
    overflow: hidden
}
.div-com-immagine span {
    float: left;
    height: 24px;
    color: #777;
    font-style: italic;
}
.div-com-titolo {
    float: left;
    color: #111;
    font-size: 17px;
    font-weight: bold;
}
.div-com-corpo {
    float: left;
    margin-top: 4px;
    margin-bottom: 25px;
    border-bottom: #e2e2e2 solid 1px;
    border-bottom-width: 95%;
    min-height: 40px;
    width: 100%;
    padding-bottom: 10px;
}
.div-com-corpo-contenuto {
    float: left;
    margin-left: 100px;
    font-size: 13px;
}
.a-gruppo24 {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    display: block;
    background: url(../img/gruppo24.png) top left no-repeat;
}
.a-comitato24 {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    display: block;
    background: url(../img/comitato24.png) top left no-repeat;
}
.container-immagine-pubblicazione {
    float: left;
    width: 190px;
    height: 100%;
    margin-right: 8px;
    position: relative;
    overflow-x: hidden;
}
.container-dati-pubblicazione {
    float: left;
    width: 777px;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.div-pubbl-img {
    float: left;
    width: 190px;
    min-height: 160px;
}
.pubbl-autore {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
    color: #151D45;
    font-family: 'Lato', sans-serif;
    width: 755px;
}
.pubbl-titolo {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #252555;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    width: 755px;
}
.pubbl-numero {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 755px;
}
.pubbl-anno {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #222;
    text-decoration: none;
    width: 755px;
}
.pubbl-pagine {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #222;
    text-decoration: none;
    width: 755px;
}
.pubbl-prezzo {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #222;
    text-decoration: none;
    width: 755px;
}
.pubbl-abstract {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 4px;
    color: #333;
    text-align: justify;
    width: 755px;
    display:block;
}
.div-list-publicazioni {
    margin-top: 15px;
}
.corpo-sezione-pubblicazione {
    margin: 4px 0;
    width: 777px;
    float: left;
    overflow-x: hidden;
    min-height: 22px;
}
.div-list-gruppi-comitati {
    margin-top: 15px;
    margin-left: 6px;
}
.corpo-sezione-gruppi-comitati {
    float: left;
    width: 755px;
    height: 32px;
}
.elenco-nome_comitato {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 1px;
    color: #111;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    width: 725px;
    padding-top: 4px;
    height: 39px;
    display: block;
    margin-left: 16px;
}
.elenco-nome_gruppo {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 1px;
    color: #111;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    width: 725px;
    padding-top: 4px;
    height: 39px;
    display: block;
    margin-left: 16px;
}
.com-organigramma {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/com_comp32.png) top left no-repeat;
}
.grp-organigramma {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/grp_comp32.png) top left no-repeat;
}
.grp-com-comunicati {
    float: left;
    display: block;
    width: 32px;
    height: 32px; 
    background: url(../img/grp_com_comun32.png) top left no-repeat;
    margin-left: 6px;
}
.grp-com-comunicati-dis {
    float: left;
    display: block;
    width: 32px;
    height: 32px; 
    background: url(../img/grp_com_comun32dis.png) top left no-repeat;
    margin-left: 6px;
}
#div-container-gruppi-comitati {
    float: left;
    min-height: 400px;
    width: 972px;
}
#fieldset-comunicazioni {
    float: left;
    min-height: 400px;
    width: 868px;
    margin-left: 57px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#fieldset-composizione {
    float: left;
    min-height: 400px;
    width: 868px;
    margin-left: 57px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.div-organigramma {
    
}
.div-organigramma-contenuto {
    
}
.gest-lista-add-element {
    float: left;
    width: 750px;
    height: 30px;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;        
}
.gest-lista-add-element li {
    margin-right: 10px;
    float: left;
    height: 30px;
    padding: 3px 10px;
    min-width: 150px;
}
.href-normale:link, .href-normale:visited{
    color: #000;
    text-decoration: none;
}
.href-normale * {
    color: #000;
}
.href-normale:hover{
    color: #000;
    text-decoration: underline;
}
.div-content-riga {
    float: left;
    width: 706px;
    height: 32px;    
}
.div-riga-sup {
    float: left;
    width: 100%;
    height: 20px; 
}
.div-riga-inf {
    float: left;
    width: 772px;
    height: 30px; 
    margin-top: 1px;
    padding-left: 41px;
}
.div-riga-inf div {
    float: left;
    font-size: 13px;
    color: #333;
}
.a-cantina {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/cantina26.png) top left no-repeat;
    margin: 0 2px 0 0;
}
.a-tipo-vino {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/tipovino26.png) top left no-repeat;
    margin: 0 2px 0 0;
}
.a-araldi {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/araldi26.png) top left no-repeat;
    margin: 0 2px 0 0;
}
.a-araldi-oro {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/araldiOro26.png) top left no-repeat;
    margin: 0 0;
}
a.cmd-add-vino {
    float: left;
    display: block;
    width: 32px;
    height: 32px; 
    background: url(../img/addVino32.png) top left no-repeat;
}
a.cmd-to-excel {
    float: left;
    display: block;
    width: 32px;
    height: 32px; 
    background: url(../img/saveExcel32.png) top left no-repeat;
}
.a-costo {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/costo26.png) top left no-repeat;
    margin: 0 0;
}
.a-gradazione {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/gradazione26.png) top left no-repeat;
    margin: 0 0;
}
.a-regione {
    float: left;
    display: block;
    width: 26px;
    height: 26px; 
    background: url(../img/italia26.png) top left no-repeat;
    margin: 0 0;
}
.div-cantina {
    width: 408px;
    overflow-x:  hidden;
    height: 28px;
}
.div-tipo-vino {
    width: 155px;
    overflow-x:  hidden;
    height: 28px;
}
.div-araldi{
    width: 135px;
    overflow-x:  hidden;
    height: 28px;
}
.div-costo {
    width: 155px;
    overflow-x:  hidden;
    height: 28px;
}
.div-gradazione {
    width: 155px;
    overflow-x:  hidden;
    height: 28px;
}
.div-regione {
    width: 408px;
    overflow-x:  hidden;
    height: 28px;    
}
#div-ricerca-client {
        background-color: #abe;
        border: 1px solid #aaa;
        height: 64px;
        opacity: 0.6;
        padding-top: 7px;
        position: absolute;
        top: 239px;
        width: 974px;
}
#div-ricerca-messaggio {
        float: left;
        width: 860px;
        height: 50px;
        padding-top: 4px;
}
#div-ricerca-comandi {
        float: left;
        width: 50px;
        height: 50px;
        padding-top: 4px;
        margin-right: 20px;
}
#div-ricerca-esci {
        float: right;
        width: 40px;
        height: 50px;
}
#span-ricerca-messaggio {
        margin: 2px 10px;
        font-size:  14px;
        color: #116;
}
#div-box-ricerca {
        display: none;
        float: left;
        width: 100%;
        height: 600px;
        position: relative;
}
#div-box-parm-ricerca {
        width: 100%;
        margin: 10px auto;
        height: 630px;
        width: 745px;
        position: relative;
}
#fld-parm-ricerca-utente {
        background: #eee none repeat scroll 0 0;
        border: 1px solid #aaa;
        border-radius: 4px 4px 0 0;
        box-shadow: 1px 1px 2px #fff inset;
        float: left;
        margin-top: 5px;
        padding: 8px 10px;
        text-shadow: 0 1px 0 #fff;
        width: 740px;
}
/*#div-param-ricerca-sup {
        float: left;
        width: 738px;
        height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
}*/
#div-param-ricerca-vini {
        float: left;
        width: 700px;
        height: 125px;
        overflow: hidden;
        position: relative;
}
div.item-ric-vini {
        float: left;
        min-height: 28px;
        position: relative;
        width: 100%;
        margin: 6px 0;
}
.label-search {
        font-size: 13px;
}
form.frm-param-srch-user input[type=text] {
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: 0 1px 2px #ddd;
        -moz-box-shadow: 0 1px 2px #ddd;
        -webkit-box-shadow: 0 1px 2px #ddd;
        background: url(../img/input_bg.gif);
        border: 1px solid #aaa;
        color: #111;
        padding: 2px;
        margin: 4px;
        float: left;
        font-size: 13px;
}
#fld-btn-command {
        background: #eee none repeat scroll 0 0;
        border: 1px solid #aaa;
        border-radius: 0 0 4px 4px;
        float: left;
        margin-top: 0;
        padding: 8px 10px;
        box-shadow: 1px 1px 2px #fff inset;
        text-shadow: 0 1px 0 #fff;
        width: 740px;
}
.box {
        border-style: solid;
        border-width: 1px;
        display: block;
        width: 100%;
        height: 60px;
        background-color: #0000FF;
        -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
        transition: width 2s, height 2s, background-color 2s, transform 2s;
}

.box:hover {
    background-color: #FFCCCC;
    width: 200px;
    height: 200px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#div-body-param-u-search {
    float: left;
    height: 231px;
    margin: 0;
    width: 755px;
}
#div-body-param-u-title{
    float: left;
    height: 3rem;
    margin: 0;
    width: 98% !important;
}
span.campo-edit {
        float: left;
        font-size: 14px;
}
.lab-password {
        width: 165px;
}
.fld-data-set {
        height: 150px;
        width: 400px;
}
.fld-data-set table {
        height: 150px;
        width: 390px;
}
form.frm-u-search label {
        min-width: 146px;
        font-weight: bold;
        padding-top: 3px;
        cursor: default;
        float: left;
}
form.frm-u-search label.grassetto {
        width: 160px;
        font-weight: bolder;
        padding-top: 10px;
        cursor: default;
        float: left;
}
#fld-result-u-search {
        background-color: #d4d4ff;
        border: 1px solid #aaa;
        border-radius: 0 0 4px 4px;
        box-shadow: 1px 1px 2px #fff inset;
/*        margin-top: 10px;*/
        text-shadow: 0 1px 0 #fff;
        width: 74rem;
/*        margin-bottom: 10px;*/
        margin: 2rem auto;
}
#fld-btn-u-search {
        background: #eee none repeat scroll 0 0;
        border: 1px solid #aaa;
        border-radius: 0 0 4px 4px;
        float: left;
        margin-top: 0;
        padding: 8px 10px;
        box-shadow: 1px 1px 2px #fff inset;
        text-shadow: 0 1px 0 #fff;
        width: 740px;
}
/*#div-param-u-search {
        float: left;
        width: 726px;
        height: 180px;
        overflow-x: hidden;
        overflow-y: auto;
}*/
.item-input-u-search-text {
        float: left;
        width: 405px !important;
        height: 25px !important;
        margin-right: 20px !important;
}
.item-input-short-u-search-text {
        float: left;
        width: 92px;
        margin-right: 20px;
}
.item-input-u-search-select {
        float: left;
        width: 405px !important;
        height: 25px !important;
        margin-right: 20px !important;
}
.div-label-second-u-search {
        float: left;
        width: 145px;
        margin-right: 10px;
        padding-top: 5px;
}
.div-input-second-u-search {
        float: left;
        margin: 0 4px;
        width: 145px;
}        
.item-input-short-u-search-select {
        float: left;
        margin: 0;
        width: 120px !important;         
        height: 25px !important;
        margin-right: 20px;
}
div.item-u-search {
        float: left;
        min-height: 28px;
        position: relative;
        width: 100%;
        margin: 0;
}
.div-u-search {
        float: left;
        min-height: 28px;
        position: relative;
        width: 100%;
        margin: 0;
}
.div-first-u-search {
        float: left;
        width: 100%;
}
div.semi-item-u-search {
        float: left;
        height: 26px;
        position: relative;
        width: 40%;
        margin: 1px 0;
}
.item-label-first-u-search {
        float: left; 
        margin: 0 2px; 
        width: 144px;
        padding-top: 5px;
}
.div-label-first-u-search {
        float: left; 
        margin: 0 2px; 
        width: 120px;
        padding-top: 5px;
}
.item-input-first-u-search {
        float: left; 
        margin: 0 4px; 
        width: 568px;
}
.div-input-first-u-search {
        float: left; 
        margin: 0 4px; 
        width: 574px;
}
.item-input-u-search-check {
        float: left;
        margin-left: 6px;
}
#div-container-search-risultati {
/*    border-top: 2px solid #444;*/
/*        float: left;*/
        height: auto;
        margin: 0;
/*        overflow-x: hidden;*/
        padding: 0;
/*        min-height: 50rem;*/
        width: 100%;
}
.span-lista-risultato {
        font-size: 14px;
        color: #111;
        font-weight: bold;
}
.numero-grigio-ris {
        font-size: 12px;
        color: #999;
        float: left;
        height: 32px;
        width: 30px;
}
.div-titolo-u-search {
        float: left; 
        width: 620px; 
        height: 32px; 
        margin: 0 4px 0 2px; 
        padding: 8px 0;
        font-weight: bold;
}
.div-content-riga-u-search{
        float: left;
        height: 34px;
        width: 670px;    
}
.div-riga-sup-u-search {
        float: left;
        height: 26px ;
        width: 675px;
}
.div-list-elementi-u-search {
        float: left;
        height: 34px;
        width: 703px;
}
.div-dett-u-search {
        float: right;
        width: 30px;
        margin: 0 16px 0 2px;
        padding: 7px 0;
}
#div-warning-risultato-ricerca {
        float: left;
        width: 100%;
        margin-top: 5px;
        background-color: #fff;
}
#div-warning-img {
        float: left;
        width: 40px;
}
#div-warning-testo {
        float: left;
        width: 680px;
        padding-top: 10px;
}
.span-warning-testo {
        color: #999;
        font-size: 14px;
        font-style: italic;
}
#div-container-dettagli-scheda {
        float: left;
        height: 368px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%;
        background: url(../img/sfondo_dettaglio_vino.png);
        display: none;
}
#div-top-detail-bar{
        float: left;
        height: 25px;
        margin: 2px 0 0;
        top: 0;
        width: 100%;
}
#div-body-param-detail {
        float: left;
        height: 350px;
        margin: 0 0 0 5px;
        width: 730px;
        overflow: hidden;
}
.item-first-u-search {
        float: left;
        height: 32px;
        margin: 0 2px;
        width: 465px;
}
.item-first-u-search-long {
        float: left;
        height: 46px;
        margin: 0 2px;
        width: 712px;
}
.item-input-first-long {
        float: left;
        margin: 0 4px;
        width: 583px;
        overflow: hidden;
}
.item-second-u-search {
        float: left;
        height: 32px;
        margin: 0 2px;
        width: 280px;
}
.item-label-second-u-search{
        float: left; 
        margin: 0 2px; 
        width: 80px;
        padding-top: 7px;
}
.span-campo-edit {
        float: left; 
        margin: 2px 0; 
        font-size: 13px;
        color: #333;
}
.div-sito-web {
        float: left;
        height: 24px;
        margin: 5px;
        width: 25px;
}
.item-label-first-search {
        float: left;
        margin: 0 1px 0 6px;
        padding-top: 5px;
        width: 113px;
}
fieldset.request {
        background: #eee none repeat scroll 0 0;
        border: 2px solid #aaa;
        border-radius: 4px 4px 0 0;
        box-shadow: 2px 2px 4px #eee inset;
        float: left;
        margin-top: 15px;
        padding: 8px 10px;
        text-shadow: 0 1px 0 #fff;
        width: 500px;
}
fieldset.request-contatti {
        background: #eee none repeat scroll 0 0;
        border: 2px solid #aaa;
        border-radius: 4px 4px 0 0;
        box-shadow: 2px 2px 4px #eee inset;
        float: left;
        margin-top: 15px;
        padding: 8px 10px;
        text-shadow: 0 1px 0 #fff;
        width: 650px;
}
.input-btn-submit {
        margin-top: 20px;
        margin-right: 34px;
}
#logo-iniziale {
        position: absolute;
        margin: auto;
        display: block;
        width: 505px;
        height: 505px; 
        /*background: url(../img/vinoracolo_logo_ini.png) center center no-repeat;*/
        z-index:  700; 
        perspective: 505px; 
        transform-style: preserve-3d;
        top: 80px;
}
.sp-cantina {
    float: left;
    width: 270px;
    font-size: 11px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.span-specifica {
    float: left;
    max-width: 300px;
    font-size: 11.3px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.sp-cantina-num-vini {
    float: left;
    width: 25px;
    font-size: 11.3px;
    overflow: hidden;
    height: 18px;
    line-height: 22px;
    margin: 0 2px;
    color: #333;
    background-color: #eee;
    text-align: right;
}
.sp-cantina-valutazione {
    float: left;
    width: 35px;
    font-size: 11.3px;
    overflow: hidden;
    height: 18px;
    line-height: 22px;
    margin: 0 2px;
    color: #333;
    background-color: #eee;
    text-align: right;
}
.sp-cantina-qualita-buona {
    float: left;
    width: 35px;
    font-size: 11.3px;
    overflow: hidden;
    height: 18px;
    line-height: 22px;
    margin: 0 2px;
    color: #248;
    background-color: #dfd;
    text-align: right;
}
.sp-cantina-qualita-pessima {
    float: left;
    width: 35px;
    font-size: 11.3px;
    overflow: hidden;
    height: 18px;
    line-height: 22px;
    margin: 0 2px;
    color: #248;
    background-color: #fdd;
    text-align: right;
}
.span-edit-r {
    float: left;
    width: 20px;
    margin: 0 2px;
}  
a.add-rating24 {
    width: 24px;
    height: 24px;
    background: url(../img/add24.png);
}
.left {
    float: left;
    margin-right: 10px;
}
.right {
    float: right !important;
    margin-right: 4px;
}
.func-ricerca {
    display: inline-block;
    width: 15rem;
    display: block;
    height: 30px;
    text-align: center;
    padding-top: 4px;
}
#ricerca-controlla {
    position: relative;
    display: none;
    height: 100%;
    width: 100%;
    min-height: 100rem;
    background-color: #d4d4ff;
}
#area-param-ricerca{
    height: 31rem;
    width: 100%;
/*    background-color: #282;*/
    position: relative;
}
#div-param-u-search {
    height: 18rem;
}
.elem-ricerca-attiva {
    background-color: #AAA !important;
}
img.img-rating {
    vertical-align: middle;
    margin-top: 3px !important;
}
#fld-top-admin-vino-ric-enanced {
    width: 74rem !important;
}
.icona-araldi {
    margin: 0 6px;
}
#div-form-question {
    min-width: 700px;
    min-height: 310px;
}
@media screen and (max-width:1200px){
	#contents {
		overflow: hidden; 
		width: 84%;
		margin: 0 auto;
		min-width: 1200px;
	}
}
@media screen and (max-width:1600px){
	#a-lnk-login {
                display: none;
        }
}

@media screen and (max-width:480px){
	#a-lnk-login {display: none;}

}


@media screen and (max-width:320px){
	#a-lnk-login {display: none;}

	#div-live {
		background-color: #282828;
		width: 97%;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		padding: 20px 10px;
		margin: 8px;
	}
	.box-cont-video {
		background-color: #282828;
	}
	.box-live {
		background-color: #0ede5e;
	}
	.gen-video {
		width: 180px;
	}
}
