@import url(/css1/stilo.css);

.alignleft { float:left;}

.alignleft h1{
                float:left;
                height:1%;
                width:100%;
                font-family: Verdana;
                font-size: 1.5em;
                font-weight: 100;
                color: #005E9C;
                margin: 10px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
}
.alignright { 
   float:right;
   border: solid 0px; padding:0px 4px 0px 4px;
}

.alignright h1{
                float:right;
                height:1%;
                width:100%;
                font-family: Verdana;
                font-size: 0.5em;
                font-weight: 100;
                color: #005E9C;
                margin: 10px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
}

.testomail { 
    vertical-align:top; 
    -webkit-transition: height 0.2s; 
    -moz-transition: height 0.2s; 
     transition: height 0.2s; 
}

.customeSelect {
	font-size:12px;
        background: url('/img/arrowDown.png') no-repeat 98% center;
        background: url('/img/arrowDown.png') no-repeat 98% center #eaeaea; 
        background: url('/img/arrowDown.png') no-repeat 98% center, -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background: url('/img/arrowDown.png') no-repeat 98% center, -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background: url('/img/arrowDown.png') no-repeat 98% center, -ms-linear-gradient(top, #ffffff, #e6e6e6);
        background: url('/img/arrowDown.png') no-repeat 98% center, -o-linear-gradient(top, #ffffff, #e6e6e6);
        background: url('/img/arrowDown.png') no-repeat 98% center, linear-gradient(top, #ffffff, #e6e6e6);
	color:#7c7c7c;
        color: #333;
	padding:5px 7px;
	border:1px solid #e7dab0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
        min-width:10px;
}

.customeStyleSelectBox.changed {
	background-color: #f0dea4;
}

.customeStyleSelectBoxInner {
background: #e3e3e3,  url('/img/arrowDown.png') no-repeat center right;
}

.custome {
     background-color: #ffffff;
}

selecti {
    width: auto; /*Set width.Do not set height else it will fail in IE8-10.Use padding for height.*/
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height:1.2em;
    margin: 0 0 10px;
    padding: 6px 15px 6px 3px; /*use this to set a specific height for your dropdown (DO NOT use the attribute 'height')*/
    border: 0 none;
    /*border: 1pt solid #e3e3e3;
    border-radius: 5px;*/
    cursor: pointer;
    appearance: none; 
    scrollbar: none; 
    -webkit-appearance: none; /*gets rid of default appearance in Webkit browsers*/
    -moz-appearance: menubar; /*Get rid of default appearance for older Firefox browsers*/
    -ms-appearance: none; /*get rid of default appearance for IE8, 9 and 10*/
    text-indent: 0.01px;
    text-indent: 3px;
    text-overflow: "";
    background: url('/img/arrowDown.png') no-repeat 98% center;
    background: url('/img/arrowDown.png') no-repeat 98% center #eaeaea; /*add your own arrow image*/
    background: url('/img/arrowDown.png') no-repeat 98% center, -webkit-linear-gradient(top, #eaeaea, #b0b0b0);
    background: url('/img/arrowDown.png') no-repeat 98% center, -moz-linear-gradient(top, #eaeaea, #b0b0b0);
    background: url('/img/arrowDown.png') no-repeat 98% center, -ms-linear-gradient(top, #eaeaea, #b0b0b0);
    background: url('/img/arrowDown.png') no-repeat 98% center, -o-linear-gradient(top, #eaeaea, #b0b0b0);
    background: url('/img/arrowDown.png') no-repeat 98% center, linear-gradient(top, #eaeaea, #b0b0b0);
}

@-moz-document url-prefix() {
   selecti {
      background-image: url('/img/arrowDown.png');
      background-repeat: no-repeat;
      background-position: 98% center;
   }
}
selecti::-ms-expand {
    display: none;
}

selecti option { background: #f9f9f9; }

#forma input[type=submit] {
    background-color: #9b9b9b;
    border-radius:10px; 
    color:white; 
    /*box-shadow:0 2px 10px -1px #8c8c8c; */
    padding:6px;
    margin:10px;
}

.input {
    background-color: #9b9b9b;
    border-radius:10px;
    color:black;
    padding:6px;
    margin:10px;
}

#inputi {
          font-size:10pt;
          background-color: #16867b ;
          border-radius:6px;
          min-width: 100px;
          color:#fff;
          padding:10px;
          font-weight:500;
}

#inputii {
          font-size:10pt;
          background-color: #139185 ;
          border-radius:2px;
          min-width: 100px;
          color:#fff;
          padding:5px;
          font-weight:500;
}


.bottoni {
     margin: 2px;
     padding:3px;
     border:1pt solid black;
     color: black;
     font-size: 12pt;
     display: none;
}

#myTable2 {
          font-size:9pt;
          color: #8c8c8c;
          /*border:1pt solid #e9e9e9;*/
          /*background-color: #dbdbdb; */
          /*border-radius:10px;*/
          /*box-shadow:0 2px 10px -1px #8c8c8c ;*/
          opacity:1;
          /*font-family: Pacifico,Dancing Script,Times serif;*/
          /*font-stretch: ultra-condensed;*/
          
}
#myTable2 tr td { vertical-align:top; padding-right:20px; padding-left:30px;}
#myTable2 td:first-child { padding-left:1px;}
#myTable2 input[type=button] { font-size:8pt; background-color: #ff4314;border-radius:10px; color:white; padding:6px; 
                               /*box-shadow:0 2px 10px -1px #8c8c8c ; */
                               font-weight:600;}
#myTable2 input[type=submit] { 
          font-size:10pt; 
          background-color: green ;
          border-radius:10px; 
          color:white; 
          padding:6px; 
          box-shadow:0 2px 10px -1px #8c8c8c ; 
          font-weight:600;
}
#myTable2 td { white-space: nowrap;padding:3px; }

#myTABLE {
          font-size:11pt;
          color:#8c8c8c;
          color: #000000;
          border:1pt solid #e9e9e9;
          background-color: #f4f4f4;
          background-color: #efefef;
          border-radius:10px;
          box-shadow: none;
          box-shadow:5px 10px 20px -1px #8c8c8c;
      box-shadow: 2px 2px 40px #d9d9d9;
          -moz-box-shadow: 5px 10px 20px -1px #8c8c8c;
          -webkit-box-shadow: 5px 10px 20px -1px #8c8c8c;
     -moz-box-shadow: 2px 2px 40px #d9d9d9;
     -webkit-box-shadow: 2px 2px 40px #8c8c8c;
          /*filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"; */
          -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
          border-left:1pt solid #dbdbdb;
          width: 700px;
          opacity:0.9;
          margin-bottom:20px;
}

#myTABLE tr td { font-size:11pt; padding:10px; }
#myTABLE caption { text-align:left; padding-left:0px; padding-bottom:8px; margin-bottom:0px; background-color:#ff4314; border-radius:10px 10px 10px 10px; color:#ffffff; padding:10px;}
#myTABLE td.capti { text-align:left; background-color:#ff4314; border-radius:10px 10px 5px 5px; color:#ffffff; padding:10px; }
#myTABLE input { font-size:11pt; color: black;}
#myTABLE input.date:hover { background-color:#ffffeb; }
#myTABLE input[readonly=readonly] input[required] { font-size:10pt;border:1pt solid #e9e9e9; 
                                                    background-color:#f9f9f9; background-color:#ffffff;}
#myTABLE tr[class=ronly]  { 
      font-size:10pt; 
      background-color: #FF4314; 
      color:white; 
      padding:5px;
      border-radius: 8px 0px 0px 8px;
      font-weight: bold;
}

button.ronly {
      font-size:7pt;
      background-color: #FF4314;
      color:white;
      padding:2px;
      border-radius: 8px;
      font-weight: bold;
}

#myTABLE tr:first-child  {
     border-radius: 8px 8px 0px 0px;
}

#myTABLE td[class=ronly]:last-child { 
     border-bottom-right-radius:8px; 
     border-top-right-radius:8px;  
     border-radius: 0px 8px 8px 0px;
     -webkit-border-bottom-right-radius:8px; 
     color:black;
}
#myTABLE td[class=ronly]:first-child { 
     border-bottom-left-radius:8px; 
     border-top-left-radius:8px;  
     -webkit-border-bottom-left-radius:8px; 
     border-radius: 8px 0px 0px 8px;
}
#myTABLE inizio {
     width:20%;
}

#myTABLE td:first-child { text-align:right; font-size:10pt; font-weight: bold;}
#myTABLE td.capti:first-child { text-align:left; }
#myTABLE div.dinline { min-height: 1.2em; background-color: #ffffff; width: 570px; }
#myTABLE div.dinline0 { min-height: 1.2em; background-color: #ffffff; width: 270px; }
#myTABLE textarea { border:1pt solid #dbdbdb; }
#myTABLE input[type=file] { font-size:8pt;border:1pt solid #dbdbdb;  }

#myMAIL {
          font-size:11pt;
          color:#8c8c8c;
          color: #000000;
          border:1pt solid #e9e9e9;
          background-color: #f4f4f4;
          background-color: #ececec;
          border-radius:10px;
          box-shadow: none;
          box-shadow:5px 10px 20px -1px #8c8c8c;
      box-shadow: 2px 2px 40px #d9d9d9;
          -moz-box-shadow: 5px 10px 20px -1px #8c8c8c;
          -webkit-box-shadow: 5px 10px 20px -1px #8c8c8c;
     -moz-box-shadow: 2px 2px 40px #d9d9d9;
     -webkit-box-shadow: 2px 2px 40px #8c8c8c;
          /*filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"; */
          -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
          border-left:1pt solid #dbdbdb;
          width: 830px;
          opacity:0.9;
          margin-bottom:20px;
}
#myMAIL tr td { font-size:11pt; padding:10px; }
#myMAIL caption { text-align:left; padding-left:0px; padding-bottom:8px; margin-bottom:0px; background-color:#ff4314; border-radius:10px 10px 10px 10px; color:#ffffff; padding:10px;}
#myMAIL td.capti { text-align:left; background-color:#ff4314; border-radius:10px 10px 5px 5px; color:#ffffff; padding:10px; }
#myMAIL input { font-size:11pt; color: black;}
#myMAIL input.date:hover { background-color:#ffffeb; }
#myMAIL input.date:hover { background-color:#ffffeb; }
#myMAIL input[readonly=readonly] input[required] { font-size:10pt;border:1pt solid #e9e9e9;
                                                    background-color:#f9f9f9; background-color:#ffffff;}
#myMAIL tr[class=ronly]  {
      font-size:10pt; background-color: #FF4314;
      color:white;
      padding:5px;
      border-radius: 8px 0px 0px 8px;
      font-weight: bold;
}
#myMAIL tr:first-child  {
     border-radius: 8px 8px 0px 0px;
}
#myMAIL td[class=ronly]:last-child {
     border-bottom-right-radius:8px;
     border-top-right-radius:8px;
     border-radius: 0px 8px 8px 0px;
     -webkit-border-bottom-right-radius:8px;
color:black;
}
#myMAIL td[class=ronly]:first-child {
     border-bottom-left-radius:8px;
     border-top-left-radius:8px;
     -webkit-border-bottom-left-radius:8px;
     border-radius: 8px 0px 0px 8px;
}
#myMAIL inizio {
     width:20%;
}
#myMAIL td:first-child { text-align:left; font-size:10pt; font-weight: bold; vertical-align: top;}
#myMAIL td.destra { text-align:right; }
#myMAIL td.capti:first-child { text-align:left; }
#myMAIL div.dinline { min-height: 1.2em; background-color: #ffffff; width: 570px; }
#myMAIL div.dinline0 { min-height: 1.2em; background-color: #ffffff; width: 270px; }
#myMAIL textarea { border:1pt solid #dbdbdb; }
#myMAIL input[type=file] { font-size:8pt;border:1pt solid #dbdbdb;  }

.cke_textarea_inline
{
   padding: 5px;
   min-height: 1.2em;
   overflow: auto;
   border: 1px solid gray;
   -webkit-appearance: textfield;
}

.tasto { font-size:10pt; background-color: #ff4314;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px;  
         /*font-weight:600px;*/
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c;}

.tasto_blue { font-size:10pt; background-color: #0000ff;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px;
         /*font-weight:600px;*/
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c;}

.tasto_blue .attivo {
      font-size:15pt;
}

.tasto_green, .a_green  { font-size:10pt; background-color: green;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px; margin:5px; padding: 8px;
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c; z-index: 1000;}

a.tasto_green { color: white; }

.tasto_green .attivo {
    font-size:15pt;
}

.tasto_red { font-size:10pt; background-color:#f00;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px;
         /*font-weight:600px;*/
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c;}

.tasto_red .attivo {
      font-size:15pt;
}
.tasto_magenta, .a_magenta, .tasto_table, .a_table  { font-size:10pt; background-color: #aabfcb ;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px; margin:5px; padding: 8px;
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c; z-index: 1000; color:black;}

a.tasto_magenta, a.tasto_table { color: black; }

.tasto_table, .a_table { background-color: #f4f4f4 ; }

.tasto_magenta, .a_magenta  { font-size:10pt; background-color: #aabfcb ;border-radius:5px; color:white; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px; margin:5px; padding: 8px;
         min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c; z-index: 1000; color:black;}

a.tasto_magenta { color: black; }

input[type=submit], input[type=reset] {
	font-size:10pt; 
	background-color: green;
        background-color: #168676;
	border-radius:8px; 
        border-radius:6px;
	color: white;
        color: #fff; 
	padding-right:6px; 
	padding-left:6px; 
	padding-top:2px; 
	padding-bottom:2px;
        padding: 10px;
        font-weight: 500;
        min-width:90px;
	display:inline; 
	box-shadow:0 2px 10px -1px #8c8c8c;
        margin: 5px;
        padding: 8px;
}

input[type=submit].attivo, input[type=reset].attivo {
   font-size:150%;
}

input[type=submit].ita, input[type=reset].ita {
   background-color: red;
   font-size: 7pt;
}
input[type=submit].eng, input[type=reset].eng {
   background-color: blue;
   font-size: 7pt;
}

.ita .attivo {
   font-size: 150%;
}

.eng.attivo {
   font-size: 150%;
}

.voce { font-size:10pt; background-color: #ffffff;border-radius:10px; color:black; padding-right:6px; padding-left:6px; padding-top:2px; padding-bottom:2px; 
        /*font-weigh:600; */
        min-width:20px;display:inline; box-shadow:0 2px 10px -1px #8c8c8c;}

table#comunicato {
  border-collapse: separate;
  border-spacing: 1px 10px;
}

#comunica {
   padding: 10px;
   margin: 20px;
   border-radius : 10px;
   -moz-border-radius : 10px;
   -webkit-border-radius : 10px;
   -moz-box-shadow : 0 0 5px #666;
   -webkit-box-shadow : 0 0 5px #666;
box-shadow : 0 0 5px #666;
}

#comunica h3 {
   margin-top: 0px;
   margin-bottom:10px;
   font-size:11pt;
}

tr#comunicare {
}

.contenuto {
   padding-top: 10px;
   padding-left: 20px;
   padding-right: 10px;
   padding-bottom: 0px;
   min-width: 380px;
   float:left;
   font-size:13tp;
}

.icona {
   width: 40px;
   float: left;
   padding-bottom: 10px;
}

.testo {
  float: left;
  width: 85%;
  vertical-align: top;
  text-align: left;
  padding-top:5px;
  padding-bottom: 10px;
  word-wrap: break-word;
}

.solotesto {
  min-width: 400px;
  float:left;
  margin-left:-20px;
  padding-bottom: 5px;
}

#gestione {
   width: 80px;
   font-size:90%;
}

#nongest {
   width: 90px;
}

.solodata {
  width: 50px;
  border: none;
  padding:0px;
}

.dottit { background-color:white;border:0;font-size:10pt; line-height:2.0em; }
.dotti {  border:none;font-size:10pt;text-align:left;line-height:1.5em; }
.dotti tr td { font-weight:bold;vertical-align:top;height:30px }

.wrapper1, .wrapper2 {
  width: 850px;
  overflow-x: scroll;
  overflow-y:hidden;
}

.wrapper1 {height: auto; }
.wrapper2 {height: auto; }

.div1 {
  width:1000px;
  height: 10px;
}

.div2 {
  width:1000px;
  height: auto;
}

.sottolinea {
   min-height:2.0em;
}

.dropdown-menu.selectpicker ul li  {
    padding-left:-10px;
    
}

.sottolinea:hover {
   border: 1pt solid #c8c8c8;
}

[onclick] {
    cursor: pointer;
}

[contentEditable=true]:hover{
  border:1px solid #c8c8c8;  
}

[contentEditable=true]:empty:not(:focus):before{
  content:attr(data-ph);
  color:grey;
  font-style:italic;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-size: 90%;
   color: #d9d9d9;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   font-size: 90%;
   color: #d9d9d9;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   font-size: 90%;
   color: #d9d9d9;;  
}

:-ms-input-placeholder {  
   font-style: italic;
   font-size: 90%;
   color: #d9d9d9;;  
}

.zoom {
    background-color:white;
    wxidth: 200px; padding: 5px; border: 1px solid #d9d9d9;
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
   z-index: 1;
}
.zoom:hover {
   -moz-transform: scale(2);
   -webkit-transform: scale(2);
   -o-transform: scale(2);
   transform: scale(2);
   -ms-transform: scale(2);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
   M11=2, M12=-0, M21=0, M22=2);
   z-index: 10;
}


/* aggiunto da marly per modificare bottone di bootstrap-select (selectpicker) */

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {

  background-color: #d9d9d9;
  background-color: #f5f5f5;
  *background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

 }

.btn
{
  background-color: #f5f5f5;
  *background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #d9d9d9;
}

.commenti {
  font-size: 7pt;
  font: bold arial 7pt;
}

.commenti ul li {
  font-size: 7pt;
  color: black;
  padding-left: 2px;
}

.commenti ul {
  list-style: none;
  padding-left: 0;
}

input.form-control {
  background: url(/img/searchicon.png) no-repeat left center;
  background-size: 10px;
  font-weight: normal;
}

.corso_popup {
           line-height:1.5;
           display: none;
           position: absolute; 
           background-color: #ffffff ;
           width:680px;
           border-radius:0px;
           z-index:1; 
           opacity: 2.1;
           border: 1px solid 6262ff; 
           box-shadow: 2px 2px 40px #222; 
           -webkit-box-shadow: 2px 2px 40px #222;
}

.news_dottorato { border:1px solid; border-radius:10px;padding: 2px;padding-left:4px;margin-top:10px;padding-bottom:10px; width:210px; }

.kcfinder_div {
    display: none;
    position: absolute;
    width: 670px;
    height: 400px;
    background: #e0dfde;
    border: 2px solid #3687e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 1px;
}

.ui-dialog .ui-dialog-titlebar-close {
       background: url(/img/cancel-music.png) no-repeat center center;
       background-size: 60% 60%;
}

.forgot {
    color: white;
    background: #e0dfde;
    border: 2px solid #3687e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 1px;
}
.messaggio {
    font-weight: bold;
    color: red;
    font-size: 12pt;
}

.cke_source {
    white-space: pre-wrap !important;
}

.contenutos {
  box-shadow: 3px 3px 15px #666;
  border-color:#C76C0C;
  cursor: pointer;
  transform: scale(1.1);
  margin-left: 15px;
  z-index:1;
}

.contenutos::before{
   content: "\00a0 \25BA \00a0 ";
   color: blue;
}

div[id^="corso"]:target:before {
   content:"";
   display:block;
   height:50px; /* fixed header height*/
   margin:-50px 0 0;
}

div[id^="divcorso"] {
   padding:10px 2px 10px 10px;padding-lef:5px;
}

#bar_blanki {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#bar_colori {
  background-color: #006666;
  height: 20px;
  width: 0px;
}

#bar_blanki, #hidden_iframei {
  display: none;
}
.pentagon {
  width: 55%;
  padding: 15px;
  min-height: 300px;
  background: #eeeeee;
  position: relative;
  border-radius: 20px 6px 20px 0px;
}

.pentagon:after {
 -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 1px;
  left: 100%;
  border: 12px solid rgba(0,0,0,0);
  border-left: 10px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
}

.progress-bar {
  width: 100%;
  height: 20px;
  background-color: #ddd;
}
#progress {
  width: 0%;
  height: 100%;
  background-color: #4CAF50;
}
