@import "font-awesome.min.css";
.testo-grigio {
  color: #777777;
}
.bg_theme {
  background-color: #676767;
}
.color_theme {
  color: #676767;
}
.ui-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ui-navbar .ui-navbar_rightbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.ui-navbar .ui-navbar_leftbuttons {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.ui-navbar .ui-navbar_title {
  flex-grow: 1;
  text-align: center;
  font-size: 2em;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 40px;
}
.ui-navbar .ui-navbar_subtitle {
  text-align: center;
  font-size: 1.1em;
  color: #373A3F;
  line-height: 25px;
  position: relative;
}
.ui-modal_overlay {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;
  z-index: 50;
}
.ui-modal {
  background-color: white;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.ui-uploader .uploadprogress {
  height: 20px;
  text-align: center;
  position: relative;
  line-height: 20px;
}
.ui-uploader .uploaderror {
  border: 3px solid red;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
.ui-uploader .uploadprogress .bar {
  height: 100%;
  background-color: #676767;
}
.ui-uploader .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  padding: 4px;
}
.ui-uploader #input {
  display: inline;
}
.ui-uploader .uploadeditems {
  padding: 20px 0px;
  min-height: 100px;
}
.ui-uploader .uploadeditem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
.ui-uploader .uploadeditem_actions {
  margin: 0px 20px;
}
.ui-uploader .uploadeditems.dragover {
  background-color: #ECECEC;
}
.ui-searchfield {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.ui-searchfield input {
  padding-right: 20px;
  width: 100%;
}
.ui-searchfield .ui-searchfield__clear-icon {
  position: absolute;
  margin-right: 5px;
  display: none;
}
table.noborder > tr > td,
table.noborder tbody > tr > td {
  border: 0px;
}
.td-paddding-2 > tr > td,
.td-paddding-2 tbody > tr > td {
  padding: 2px;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.small {
  font-size: 0.8em;
}
body {
  background-color: #000000;
  font-family: Arial;
  font-size: 11pt;
}
#nicpanel,
.nicEdit-pane {
  color: #000000;
}
form {
  margin: 0px;
}
p {
  text-align: left;
  margin-top: 0px;
}
a {
  text-decoration: none;
  color: #000000;
}
#content a {
  text-decoration: underline;
}
a:hover {
  color: #81AFFF;
}
a img {
  border: 0px;
}
#wrapper {
  /*	width: 1000px;
	margin: 0 auto;
	*/
}
/*#testata img {
	margin: 20px;
	}
	
	
#testata{position:relative;color:white}
#testata a {color:white}*/
#footer {
  border-top: 1px solid #6A6B6C;
  color: #545454;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 20px;
}
#testo_footer {
  /*	float: left;*/
  text-align: center;
}
#maincontent {
  /* min-height:400px;*/
  /*border:1px solid white;*/
  margin: 5px;
}
#topmenu {
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#topmenu a {
  color: #ffffff;
  text-decoration: none;
}
#carticon {
  position: absolute;
  top: 5px;
  right: 10px;
}
#content {
  font-size: 16px;
  padding-bottom: 10px;
}
#content .titolopagina {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding: 6px 2px;
  border-bottom: 1px solid #6A6B6C;
  margin-bottom: 6px;
}
#content h1 {
  text-align: center;
  background-color: #2D77BC;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  margin: 0px;
  padding: 5px 10px;
  margin-bottom: 5px;
}
/*#content h2{ color: #658CB7;text-align:center;font-size:18px;}*/
#content h2 {
  color: #658CB7;
  text-align: left;
  font-size: 18px;
  text-decoration: underline;
  font-weight: normal;
}
#content h3 {
  color: #658CB7;
  margin: 0px;
  text-align: left;
  font-size: 16px;
}
#content h4 {
  color: #595858;
}
#content h5 {
  color: #658CB7;
}
#content h6 {
  color: #658CB7;
}
#content ul.listapremi {
  margin: 4px 0px;
  padding: 0px;
  color: #F89402;
  list-style-type: none;
  font-weight: bold;
}
#content ul.listapremi li {
  padding-left: 22px;
  line-height: 130%;
  font-size: 14px;
  background: transparent url(/images/listitem-quadratino.png) top left no-repeat;
}
#maintable > td {
  vertical-align: top;
  padding-bottom: 10px;
}
#colonnacentrale {
  min-height: 200px;
}
#colonnasx {
  background-color: #FFFFFF;
  width: 180px;
  color: #6097C9;
  margin-right: 6px;
  position: relative;
}
/*#colonnasx{background: transparent url(/images/bg_colonnasx.gif) top center repeat-y;}*/
#colonnadx {
  text-align: center;
}
#colonnasx h1 {
  line-height: 33px;
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #FFFFFF;
  background-color: gray;
  /*background: #CCCCCC url(/images/bg_colsxh1.jpg) top left repeat-x;*/
}
/**
 * spazio pubblicitario
 */
#advbox {
  position: relative;
  background-color: #4D4D4F;
  /*height:400px;*/
}
#advbox a,
#advbox img {
  vertical-align: top;
}
/* FINE spazio pubblicitario */
/**
 * box "in collaborazione con"
 */
#incollaborazione {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-weight: bold;
  font-style: italic;
}
#incollaborazione a {
  display: block;
  text-align: center;
}
/* FINE box "in collaborazione con" */
/**
 * box selezione lingua 
 **/
#langmenu {
  margin: 0px auto;
  width: 130px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px;
  right: 5px;
}
a.langmenu_item {
  float: left;
  text-align: center;
  width: 49%;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
}
a.langmenu_item:hover {
  color: #81AFFF;
}
/* FINE box selezione lingua */
div.iscriviti {
  margin: 20px 0px;
  text-align: center;
}
.iscriviti a {
  text-align: center;
  background-color: #81AFFF;
  color: red;
  border: 1px solid black;
  padding: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
.iscriviti a:hover {
  background-color: blue;
}
.formerrors {
  border: 1px solid red;
  padding: 6px;
  width: 80%;
  margin: 10px auto;
}
.formerrors .formerror {
  font-weight: bold;
}
.formerror {
  color: red;
}
.fullwidth {
  width: 100%;
}
#registrazione input.text {
  width: 200px;
}
/**
 * MENU Utente
 */
#usermenu {
  margin-bottom: 10px;
}
#usermenu ul {
  list-style-type: none;
  padding-left: 4px;
  margin: 0px;
}
#usermenu ul li {
  padding: 4px 0px;
}
@media screen and (max-width: 768px) {
  #usermenu {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    border: 1px solid gray;
    padding: 10px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  #usermenu.active {
    opacity: 1;
    visibility: visible;
  }
}
/* FINE men� utente */
a.editpagelink {
  font-size: 0.8em;
  display: block;
  padding-bottom: 5px;
  font-style: italic;
  color: #81AFFF;
}
.suggerimenti a {
  text-decoration: underline;
}
a.captcha_reload {
  display: block;
  font-style: italic;
  font-size: 0.8em;
  float: right;
  padding-left: 20px;
  background: transparent url(/images/reload.gif) top left no-repeat;
}
#loginbox {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 10px;
}
#loginbox h1 {
  background-color: gray;
}
#loginbox a {
  color: #81AFFF;
  font-size: 10px;
}
#loginbox a:hover {
  color: #ED1D24;
}
#user_inviafile textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
}
a.adminaction {
  color: #81AFFF;
  font-size: 10px;
}
a.adminaction:hover {
  color: #FF0008;
}
#user_filelist {
  margin-top: 30px;
}
/**
 * LINK Amici
 */
.linkamici .linkitem {
  /*border-bottom:1px dotted #F89402;*/
  /*margin:5px 0px;*/
  padding: 6px;
}
#content .linkamici a.linktitle {
  color: #81AFFF;
  text-decoration: none;
  font-weight: bold;
}
#content a.linktitle:hover,
#content .linkamici a.linktitle:active {
  color: #F67524;
}
#content .linkamici .linkdesc {
  font-style: italic;
}
/* FINE link amici */
.coldxtitle {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 20px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#registrazione fieldset {
  margin: 4px 0px;
  border: 1px solid #81AFFF;
}
#registrazione legend {
  font-weight: bold;
  color: #81AFFF;
}
#content .highlight {
  color: #81AFFF;
  font-weight: bold;
}
fieldset {
  border: 1px solid #81AFFF;
}
legend {
  font-weight: bold;
  color: #81AFFF;
}
#faq p {
  margin-top: 0px;
}
a.galleriabacklink {
  text-align: right;
  font-size: 0.8em;
  display: block;
  padding-bottom: 5px;
  font-style: italic;
  color: #81AFFF;
  margin-bottom: 10px;
}
#content .guidaiscrizione ul,
#content .guidaiscrizione ol {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
#content .guidaiscrizione li {
  margin: 0px;
  padding: 0px;
}
/**
 * standard box
 */
#content .stdbox {
  /*border:1px solid #3A679C;*/
  font-size: 14px;
  /*padding: 2px;
 background-color:white;*/
}
#content .stdbox ul {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
}
#content .stdbox h1,
.stdbox_titolo {
  /*color: #658CB7;
	  font-weight:bold;
	  font-size:20px;
	  margin:10px 0px;
	  border-bottom: 1px solid black;*/
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 39px;
  height: 39px;
  margin: 0px;
  margin-bottom: 5px;
  background-color: #DC1F26;
  /*background:transparent url(/images/bg_stdbox.jpg) top left repeat-x;*/
}
.stdbox_smalltitolo {
  text-align: left;
  padding-left: 4px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  margin: 0px;
  margin-bottom: 5px;
  /*background:transparent url(/images/bg_stdbox.jpg) top left repeat-x;*/
}
#content .stdbox_content {
  padding: 10px;
}
#content .stdbox_testo {
  font-size: 14px;
  line-height: 120%;
  padding: 10px;
}
/**
 * FINE standard box
 */
/**
 * standard box
 */
#content .adminbox {
  font-size: 14px;
  padding: 2px;
  background-color: white;
}
#content .adminbox ul {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
}
#content .adminbox h1,
.adminbox_titolo {
  text-align: left;
  color: #658CB7;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0px;
  border-bottom: 1px solid black;
}
#content .adminbox_testo {
  font-size: 14px;
  line-height: 120%;
  padding: 2px;
}
/**
 * FINE standard box
 */
.colsxspacer {
  height: 0px;
  font-size: 1px;
}
.fieldname {
  font-weight: bold;
  color: #2667A0;
}
table.generictbl {
  border-collapse: collapse;
}
table.generictbl td.actions {
  white-space: nowrap;
}
table.generictbl td,
table.generictbl th {
  text-align: center;
  border: 1px solid #D5D5D5;
  padding: 2px;
}
table.generictbl th {
  color: black;
  padding: 2px;
  background: transparent url(/images/bg_stdbox.jpg) top left repeat-x;
  background-size: contain;
}
.corso_titoloparagrafo {
  color: #658CB7;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0px;
  font-style: italic;
}
.sectiontitle {
  color: #658CB7;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0px;
  border-bottom: 1px solid black;
}
button {
  padding: 4px 10px;
  border: 1px solid #D5D5D5;
  background: #FFFFFF url('/images/bg_stdbox.jpg') top left repeat-x;
}
fieldset {
  border: 1px solid #3A679C;
}
legend {
  font-weight: bold;
  color: #3A679C;
}
.backlink {
  text-align: right;
  font-size: 10px;
}
.clear {
  clear: both;
}
.noborder {
  border: 0px;
}
.vtop {
  vertical-align: top;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
#content .riquadro {
  border: 1px solid black;
  padding: 4px;
  margin: 10px;
}
#content .riquadro_grigio {
  border: 1px solid black;
  padding: 4px;
  margin: 4px 0px;
  background-color: #CCCCCC;
}
.corso_headertitle {
  vertical-align: middle;
  text-align: center;
  font-style: italic;
}
.corso_headerlezione {
  font-weight: bold;
  font-size: 28px;
}
.corso_headerparagrafo {
  font-size: 24px;
  margin-top: 10px;
}
.corso_testoparagrafo {
  line-height: 130%;
  padding: 4px;
  font-size: 12pt;
}
.corso_testodomanda {
  font-weight: bold;
}
.corso_domanda {
  margin: 10px 0px;
}
.corso_spiegazionerisposta {
  color: #31547F;
  font-style: italic;
  border: 1px solid #31547F;
  padding: 4px;
  margin: 10px;
}
.corso_rispostaok {
  color: green;
  font-weight: bold;
}
.corso_rispostaerrata {
  color: red;
  font-weight: bold;
}
.corso_esame_punteggio {
  font-weight: bold;
  font-size: 18px;
}
.corso_alert {
  color: #31547F;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  margin: 10px;
}
.corso_notifica {
  color: #31547F;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  margin: 10px;
}
.corso_verificasuperata {
  font-weight: bold;
  color: green;
  text-align: center;
  font-size: 1.1em;
  margin: 10px 0px;
}
.corso_verificanonsuperata {
  font-weight: bold;
  color: red;
  text-align: center;
  font-size: 1.1em;
  margin: 10px 0px;
}
.corso_testrispostapunti {
  font-style: italic;
  color: #3A5F8C;
  font-size: 0.9em;
}
table.corso_risposte td {
  vertical-align: middle;
}
.corso_playerlezione {
  display: block;
  margin: 0px auto;
}
.corso_indiceparagrafi {
  margin-top: 15px;
  padding: 0px;
}
.corso_sezioneparagrafi {
  margin-left: 15px;
}
#content .corso_sezioneparagrafi a {
  text-decoration: none;
}
.corso_paragrafobullet {
  width: 10px;
  height: 10px;
  margin: 6px;
}
a.navlink {
  font-size: 0.8em;
  color: #81AFFF;
  margin-bottom: 10px;
}
a.struttura_paragrafo {
  font-weight: normal;
}
.struttura_numero {
  display: table-cell;
  padding-right: 4px;
}
.struttura_titolo {
  display: table-cell;
}
.stuttura_submitem {
  margin-bottom: 4px;
}
table .field {
  font-weight: bold;
}
.struttura_capitoloabilitato .lezione {
  font-weight: bold;
}
.struttura_capitolononabilitato {
  color: #969494;
  font-weight: normal;
}
.struttura_divider {
  font-size: 1px;
}
table.linkcorsi {
  background-color: black;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.linkcorsi td.colorecorso {
  width: 15px;
}
.linkcorsi td.nomecorso {
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 20px;
}
.cartemptymsg {
  text-align: center;
  font-size: 18px;
  padding: 10px 0px;
}
.avanzamento_cell {
  width: 200px;
}
.avanzamento_professione {
  font-size: 0.9em;
  color: gray;
  width: 200px;
}
.avanzamento {
  background-color: #E6F2FF;
  text-align: center;
  color: #000000;
}
.avanzamento_100 {
  background-color: #E2FFE8;
  text-align: center;
  color: #000000;
}
.avanzamento_99 {
  background-color: yellow;
  text-align: center;
  color: #000000;
}
.avanzamento_media {
  font-size: 11px;
}
.avanzamento_ultimoaccesso {
  font-size: 10px;
}
tr.nonsuperato td {
  color: gray;
}
.classi_note {
  font-size: 10px;
  color: gray;
}
ul.stdtabs,
ul.stdtabs li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  width: auto;
}
ul.stdtabs li {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  list-style: none outside none;
  margin-right: 6px;
}
#content ul.stdtabs a {
  background-color: #D8DFEA;
  padding: 4px 10px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px;
  border-top: 1px solid #3A679C;
  border-left: 1px solid #3A679C;
  border-right: 1px solid #3A679C;
}
#content ul.stdtabs a.selected {
  background-color: transparent;
}
.formfield_name {
  font-weight: bold;
}
#content .democorsobtn {
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 6px;
}
/*------------- SEGNALAZIONI EDICOLA ----------*/
#segnalazioni_edicola {
  height: 100%;
}
.articolo_interessante {
  padding: 5px 0;
  border-bottom: 2px dotted #b8b8b8;
}
.articolo_interessante a {
  color: #000000;
}
.articolo_interessante_edicola {
  padding: 5px;
  border-bottom: 2px dotted #b8b8b8;
  height: 100px;
}
.articolo_interessante_edicola .titolo {
  font-weight: bold;
  font-size: 14px;
}
.articolo_interessante_edicola .sottotitolo {
  font-size: 12px;
  font-style: italic;
}
.articolo_interessante_edicola:last-child {
  border-bottom: 0px;
}
.articolo_interessante_edicola img.edicola_ritaglioimg {
  display: none;
}
.articoloedicola_selected img.edicola_ritaglioimg {
  display: block;
}
.articoloedicola_selected {
  background-color: #f4f4f3;
}
.edicola_titoloconfronto {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  display: inline;
  font-style: italic;
}
/*--------*/
.titolo {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #7a7a7a;
  padding: 2px;
}
.sottotitolo {
  font-size: 14px;
  font-weight: bold;
  color: #dc1f26;
}
.redazione {
  font-size: 11px;
  font-style: italic;
}
.percorsi_icon {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
}
.percorsi_icon_cerca_non_notizie {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
  background-image: url("../images/icon_cerca_non_notizie.png");
}
.percorsi_icon_cerca_indignose {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
  background-image: url("../images/icon_cerca_indignose.png");
}
.percorsi_icon_cerca_scoop {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
  background-image: url("../images/icon_cerca_scoop.png");
}
.percorsi_icon_cerca_inosservate {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
  background-image: url("../images/icon_cerca_inosservate.png");
}
.percorsi_icon_confronta {
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 30px;
  background-image: url("../images/icon_confronta.png");
}
/*------------- FINE SEGNALAZIONI EDICOLA ----------*/
.logo_edu {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #dc1f26;
  padding-top: 25px;
  /*	position: absolute;
	top: 25px;
	left: 355px;
	*/
}
.benvenuto {
  background-color: #f2f4ff;
  padding: 5px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 10px auto;
}
.box_sosmaturita_password {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #F4F4F3;
  border: 1px solid #EAEAEA;
  width: 550px;
  padding: 10px;
  margin: 10px auto;
  float: left;
}
.formerrors {
  margin: 4px 4px;
}
.formerror {
  color: #DC1F26;
}
.formfield_value input.formerror,
.formfield_value select.formerror {
  border: 1px solid red;
  background-color: #FBCBBE;
}
.msgnotifica {
  font-weight: bold;
  text-align: center;
}
.img-responsive {
  max-width: 100%;
}
.pdfviewerbtn {
  border: 1px solid #D5D5D5;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
}
.bootstrap {
  line-height: 20px;
}
.bootstrap input,
.bootstrap select {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  outline: none;
  padding: 6px;
}
.bootstrap .btn {
  line-height: 20px;
  padding: 5px 10px;
  font-size: 14px;
}
.bootstrap input:focus,
.bootstrap select:focus {
  border: 1px solid #56b4ef;
  box-shadow: 0px 0px 3px 1px #c8def0;
}
.box .boxcontent {
  padding: 10px;
}
.editform .ul.sezioni {
  padding-left: 0px;
  list-style-type: none;
}
.editform .ul.sezioni li label {
  font-weight: normal;
}
.editform .panel-default > .panel-heading {
  background-color: #373A3F;
  color: white;
}
.editform .panel-default > .panel-heading a {
  color: black;
  text-decoration: none;
}
.editform fieldset legend {
  color: #373A3F;
  border-bottom: 2px solid #373A3F;
  padding-top: 1em;
}
.editform .table {
  display: table;
}
.editform .formfield {
  margin-bottom: 10px;
}
.editform .formfield_name {
  vertical-align: top;
  padding-right: 0.5em;
  font-weight: bold;
  color: #777777;
}
.editform input {
  max-width: 100%;
}
.editform .requiredmarker {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}
.editform .formfield_value input.text,
.editform .formfield_value textarea {
  width: 100%;
}
.editform .formfield_helptxt {
  font-size: 0.8em;
  line-height: inherit;
  font-style: italic;
}
.editform #titolo {
  width: 100%;
}
.editform #testo {
  width: 100%;
  height: 400px;
}
.editform table {
  width: 100%;
}
.editform .uploadprogress {
  width: 200px;
  height: 20px;
  text-align: center;
  position: relative;
}
.editform .uploadprogress .bar {
  height: 100%;
  background-color: #73B6CE;
}
.editform .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.editform .allegatobox {
  background-color: #DBDDDB;
  padding: 4px;
  margin: 10px 0px;
}
.editform .sezioni input {
  width: auto;
  margin-right: 2px;
  margin-top: 0px;
}
.editform .galleryitems {
  min-height: 200px;
  margin-top: 2px;
  border-top: 1px solid gray;
  padding-top: 2px;
}
.editform .galleryitem,
.editform .sortable-placeholder {
  float: left;
  margin: 2px;
}
.editform .galleryitem.loader {
  border: 1px solid black;
  padding: 4px;
}
.editform .galleryitems img {
  max-height: 150px;
  -moz-user-select: none;
}
.editform .galleryitems .sortable-placeholder {
  background-color: #E0DFE3;
  height: 150px;
  width: 100px;
  border: 1px dashed black;
}
.editform .formfield_name,
.editform .formfield_value {
  padding-top: 2px;
}
.editform input[type=radio],
.editform input[type=checkbox] {
  margin: 0px;
  vertical-align: baseline;
}
.editform label {
  font-weight: normal;
  margin-bottom: 0px;
}
/*# sourceMappingURL=style.css.map */