@import url(reset.css);

/************************
*** - GENERAL RULES - ***
*************************/

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body {  
	font-family: 'Arial', sans-serif;
	font-size:14px; 
	color: Black;
	margin: 0;
	text-align:justify;
	background:#FFF;
	height:100%;
}

.clear{
	clear:both;
}

b,strong{
	font-weight:bold;
}

i{
	font-style:italic;
}

input,select,textarea{
	border:1px solid #BBB;
	padding:3px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

ul{
	list-style-type:disc;
	padding-left:15px;
}

ol{
	padding-left:20px;
	list-style-type:decimal;
}
a:hover { 
	color:#000;
	}

a{
	text-decoration:none;
	cursor:pointer;
	transition: 0.3s; 
	color:#553CBA;
}

a img{
	text-decoration:none;
	border:none;
}

a.link{ 
	color:#553CBA;
	text-decoration:none;
  	background: url(../img/button/arrowLink.png) no-repeat left center;
	padding: 0px 0px 0px 25px; 
  	margin-bottom: 5pt;
}
a.link:hover { 
	color:#000;
}

.centerAlign{
	margin:0 auto;
}
.centerText{
	text-align:center;
}

.centerVAlign{
	vertical-align:middle;
}

.nextStepButtons{
	text-align:right;
}

.nextStepButtons.fixed{
	position:fixed;
	bottom:5px;
	right:5px;
}

.confirmbutton
{     
    color:#FFF;
    border-style:none;
    border:0px;
    vertical-align:middle;
    padding:6px 9px;
    cursor:pointer;
    /*background:#191734;*/
	/*background:#3b5998;*/
	background:#553CBA;
    transition:0.25s;
	font-size:16px;
	line-height:16px;
	transition:0.25s;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.cancelbutton
{     
    color:#FFF;
    border-style:none;
    border:0px;
    vertical-align:middle;
    padding:6px 9px;
    cursor:pointer;
    /*background:#BB681B;*/
	/*background:#FE8335;*/
	background:#808080;
	font-size:16px;
	line-height:16px;
	transition:0.25s;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.alertbutton{
	color:#FFF;
    border-style:none;
    border:0px;
    vertical-align:middle;
    padding:6px 9px;
    cursor:pointer;
	background:#BF0000;
	font-size:16px;
	line-height:16px;
	transition:0.25s;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.certifybutton{
	color:#FFF;
    border-style:none;
    border:0px;
    vertical-align:middle;
    padding:6px 9px;
    cursor:pointer;
	background:#009933;
	font-size:16px;
	line-height:16px;
	transition:0.25s;
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.cancelbutton:hover, .confirmbutton:hover, .alertbutton:hover{
    background:#000;
	color:#FFF;
}

.nojs{
	background:#EDE76A;
	color:#000;
	text-align:center;
	font-size:16px;
	width:100%;
	height:30px;
	line-height:30px;
}

.oldbrowser{
	background:#DD0000;
	color:#FFF;
	text-align:center;
	font-size:16px;
	width:100%;
	height:30px;
	line-height:30px;
	font-weight:bold;
}

.resetbelowdropdown{
	text-align:center;
	margin-top:20px;
}

/************************
****** - TOPBAR - *****
*************************/
.topbar{
	height:35px;
	padding-top:5px;
	background:#ccc;
}

.topbar #centeredtopbar{
	width:960px;
	margin:0 auto;
	position:relative;
}

.topbar #centeredtopbar #topbardx{
	top:1px;
	position:absolute;
	right:10px;
	width:380px;
	z-index:2;
	text-align:right;
}

/************************
****** - LOGINBOX - *****
*************************/

.loginbox{
	font-size:11px;
	font-weight:normal;
	line-height:25px;
	background:#E8E8E8;
	min-width:100px;
	border-radius:3px;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	color:#000;
}

.loginbox img{
	height:25px;
	width:auto;
	vertical-align:middle;
	margin-right:3px;
}

.loginbox .userbox{
	line-height:1.8em;
	position:absolute;
	background:#FFF;
	width:220px;
	right:0px;
	font-size:14px;
	top:35px;
	padding:5px 10px;
	box-shadow:0 0 10px 3px #AAA;
	display:none;
	cursor:default;
}

.loginbox .userbox span.triangle{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	position:absolute;
	top:-10px;
	left:40px;
}

.loginbox .userbox span.name{
	font-weight:bold;
	line-height:1.2em;
}

.loginbox .userbox span img{
	width:50px;
	height:50px;
	float:left;
}

.loginbox .userbox ul{
	list-style:none;
	padding:0px;
	margin-top:10px;
}

.loginbox .userbox ul li{
	text-align:left;
}

.loginbox .userbox ul li img{
	width:16px;
	height:16px;
}
/************************
** - CHANGE LANGUAGE - **
*************************/

.changelang
{
	height:15px;
	vertical-align:middle;
	margin-right:3px;
}
.changelangbox{
	float:right;
	width:140px;
	top:10px;right:0;
	line-height:25px;
	min-height:25px;
	height:25px;
	color:#FFF;
	font-weight:normal;
	cursor:pointer;	
	font-size:11px;
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;*/
}
.changelangbox .scritta{
	padding-left:5px;
}

.changelangbox .scritta img{
	vertical-align:middle;
}

.changelangbox .avatar{
	float:left;
	height:30px;
	width:30px;
	margin-right:10px;
}

.changelangbox ul{
    border: 1px solid #553CBA;
}

.changelangbox ul.user_actions
{
	list-style:none;
	padding:0px;
	margin:0;
	position:absolute;
	width:140px;
	/*border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;*/
	z-index:3;
}

.changelangbox ul.user_actions li{
	background:#EDEDED;
	z-index:3;
}

.changelangbox ul.user_actions li a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#000;
	text-align:center;
	font-weight:normal;
	margin:0;
	z-index:3;
}
.changelangbox ul.user_actions li a:hover{
	color:#000;
	background:#CCC;
}
.changelangbox .ardown_user{
	float:right;	
	height:18px;
	line-height:10px;
	width:20px;
	text-align:center;
	padding-top:7px;
	margin-right:5px;
}

/************************
****** - CONTAINER- *****
*************************/

#container{
	height:auto !important;
	min-height:80%;
	position:relative;
	z-index:1;
}

.topbar{
	width:100%;
	height:25px;
	background: #553CBA;
}

.topbar .cont_topbar{
	 width:960px;
	margin:0 auto;
}

/************************
****** - HEADER - *****
*************************/

.topHeader
{
	width:100%;
	min-width:960px;
	margin:0 auto;
	padding:10px 0px;
	position:relative;
	background:#FFF;
}

.topHeader #siteName
{
	font-size: 24px;
	font-weight:bold;
	width:940px;
	margin:0 auto;
	position:relative;
}

.topHeader #siteName h1
{
    margin:0px;
    font-size:26px;
	padding-top:8px;

}

.topHeader #siteName h1 span
{
    display:block;
    font-size:17px;
    font-weight:normal;
}
.topHeader #siteName a:hover span
{
	color: #808080;
	text-decoration: none;
}

.topHeader #siteName a 
{
	text-decoration:none;
	vertical-align:bottom;
	font-weight:normal;
	color:#555;
}

.topHeader #siteName a:hover
{
	color: #808080;
	text-decoration: none;
}

.topHeader #siteName a img
{
	text-decoration:none;
	vertical-align:bottom;
	float:left;
	margin-right:30px;
    height:50px;
}

.topHeader #siteName a:hover img
{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

/************************
** - MENU PRINCIPALE - **
*************************/

.menuFull
{
    width:100%;
    min-width:960px;
    border-top:1px solid #808080;
}

#Popup_ID_menu.menuFull{
	border:none;
}
#menuCenter{
	width:960px;margin:0 auto;
	position:relative;
	z-index:2;
}

#menuCenter ul{
	list-style:none;
	margin:0;
	padding:0;
	z-index:2;
}

#menuCenter li{
	text-align:left;
	position:relative;
	z-index:2;
}
#menuCenter li a{
	color:#808080;
	padding:5px 10px;	display:block;
	min-height:30px;
	line-height:30px;
	font-weight:normal;
	font-size:18px;
	transition:0.3s;
}

#menuCenter li ul li a{
	color:#444;
}

#menuCenter > ul > li {
	position:relative;
	float:left;
	display:block;
}

#menuCenter > ul > li  > a{
	padding:0px 10px;
	margin:0px;
}

#menuCenter  li ul{
    background: #EDEDED;
    border: 1px solid #553CBA;
	position:absolute;
	z-index:2;
	min-height:0px;
	height:auto;
	min-width:200px;
	top:100%;
	left:0px;
	width:100%;
	display:none;
}

#menuCenter li ul ul{
	position:static;
	border:none;
}

#menuCenter li ul li {
	display:block;
}

#menuCenter li ul li a{
	font-size:14px;
	display:block;

}

#menuCenter li:hover ul{
	display:block;
}

#menuCenter li a:hover{
	color:#FFF;
	background:#553CBA;
	border:none;
}

#menuCenter li:hover a{
	background:#553CBA;
	color:#FFF;
}

#menuCenter li:hover ul li a{
	background:#EDEDED;
	color:#444;
}

#menuCenter li:hover ul li a:hover{
	background:#CCC;
	color:#444;
}

#menuCenter select {
  display: none;
  margin:0 auto;
  font-size:18px;
  width:95%;
}


/************************
**** - BREADCRUMBS - ****
*************************/

.minibar
{
	padding-top: 0px;
	position:relative;
	margin:15px auto 5px;
	width:940px;
	font-size:12px;
	color:#AAA;
}

.minibar a
{
    font-weight:normal;
	color:#AAA;
	text-decoration: none;
}
.minibar a:hover {
	color:#191734;
	text-decoration:underline;
}


/************************
******* - MAIN - ********
*************************/

#main{
	margin:0px auto 30px;
	padding: 10px;
	overflow:hidden;
	width: 940px;
	line-height:18px;
}	

#main p{
	margin:10px 0px;
}

#main img.imgcontent{
	width:100%;
	float:right;
	width:48.936170%;
	margin-left:2%;
}

h1 {
	margin-bottom: 0.5em;
}

h1.title 
{
	font-weight:normal;
	font-size: 24px;
	line-height:24px;
	color: #191734;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto; 
	text-align:left;
}

h1.title.topPadding{
	padding-top:40px;
}

h2.title  
{
	font-weight: bold;
	font-size: 21px;
	color: #191734;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto; 
}

.sottoaltitolo{
	margin-bottom:20px;
}

.panel.panelStaff{
    border: 1px solid #AAA;
    background-color: #CDCDCC;
}
    .panel.panelStaff .SectionTitle {
        border-bottom: 1px solid #555555;
        color: #555555;
        font-weight: bold;
    }
    
    
    .panel.panelStaff .FieldContainer .FieldLabelContainer{
        color: #444444;
    }

.panel 
{
	background-color: #EDEDED;
	padding: 1.0416666%;
    border:1px solid #553CBA;
}

table.panel{
	margin-top:30px;
}

.panel .panelSection{
	font-size:17px;
	margin-top:20px;
	display:block;
	padding-top:5px;
	border-top:1px solid #CCC;
	padding-left:5px;
	margin-bottom:10px;
}

.panel .panelSection .small{
	font-size:12px;color:black;font-weight:200
}
.panel .panelElement
{	
	width:100%;
	display:block;
	margin:5px 0px;
	text-align:left;
}

.panel .panelElement label 
{
	clear:left;
	display:inline-block;
	float:none;
	text-align: right;
	width: 190px;
	padding-right: 10px;
	vertical-align:middle;
	color:#808080;
}

.panel .panelElement label  sup, .panel .panelSection sup{
	color:red;
}

.panel .panelElement label  img{
	vertical-align:middle;
}

.panel .panelElement select, .panel .panelElement input{
	max-width:100%;
}

#main .lastback{
	margin-top:20px;
	text-align:left;
}

.panel .panelElement.highlighted input{
	background-color:#FFFB82;
}

.panel .panelElement.highlighted label{
	font-weight:bold;
}

/** change course **/
.genericerror{
	font-size:17px;
	margin:20px 0px;
	padding:10px;
	display:block;
	text-align:center;
	background:#FFA0A0;
	border:1px solid red;
	color:#000;
}

.genericerror.success{
	background:#B5E585;
	border-color:#42981A;
}

.genericerror.grey{
	background:#EFEFEF;
	border-color:#808080;
}

.genericerror.warn{
	background:#FFDB75;
	border-color:#E8B65F;
}

.genericerror ul{
	text-align:left;
}

.genericerror.list{
	text-align:left;
}

/************************
***** - LOGIN PAGE- *****
*************************/

.panel.loginpanel{
	width:100%;
	margin:0 auto;
	text-align:left;
	border:none;
	background:#F0EDD5;
	box-shadow:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.panel.loginpanel label{
	text-align:left;
}

.panel.loginpanel .login_standard{
	display:inline-block;
	width:58.9375%;
	padding:1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#FFF;
}

.panel.loginpanel .login_social{
	display:inline-block;
	width:37.34375%;
	vertical-align:top;}

.panel.registrationpanel{
	margin-top:20px;
	width:640px;
	margin:20px auto 0px;
	text-align:center;
	border:none;
	box-shadow:none;
	border-top:1px solid #CCC;
	background:none;
}

.panel.registrationpanel a{
	font-size:17px;
}

.panel.registrationpanel a b span{
	color:#bf4b3b;
}

.panel.registrationpanel img{
	float: left;
	margin-right:10px;
}

.panel.registrationpanel .descreg{
	font-size: 12px; padding: 10px 0px 0px; display: block; text-align: left;
}

.panel.loginpanel .FacebookDiv{
	text-align:right;
	margin-left: 5px;
	text-align:center;
}

.panel.loginpanel .FacebookDiv .otherProvidersText{
	font-size:18px; 
	font-style:italic;
}

.panel.loginpanel .FacebookDiv img{
	height: 45px;
	width: 45px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.panel.loginpanel label{
	font-size:12px;
}

.panel.loginpanel input[type="text"], .panel.loginpanel input[type="password"]{
	border:1px solid #CCC;
	padding:3px;
	font-size:16px;
}

.panel.loginpanel .panelElement{
	margin-bottom:5px;
	color:#666;
}

.panel.loginpanel .confirmbutton{
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
}

.errorLogin{
	display:block;
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
}

/************************
* - REGISTRATION PAGE - *
*************************/

.panel.registrationInfo input[type="text"]{
	width:242px;
}

.panel.registrationInfo select{
	width:250px;
}

.panel.registrationInfo .noresize{
	width:auto;
}

.panel.registrationInfo .requiredinfomessage{
	margin:0;
	color:#DD0000;
	float:right;
}

.requiredinfomessage{
	text-align:right;
	color:#DD0000;
}

.panel.registrationInfo .requiredfield{
	color:red;
	padding-left:5px;
	font-size:14px;
}

.panel.registrationInfo .email_duplicated, .panel.chosenPasswordInfo .email_duplicated{
	background:#FFA0A0;
	color:#000;
	font-weight:normal;
	padding:2%;
	font-size:15px;	
	display:none;
	width:95%;
	border:1px solid red;
	margin:30px auto 15px;
	min-height:50px;
}

.panel.registrationInfo .copyInformation{
    background: #F0EDD5;
    padding: 3px;
    border: 1px solid #DDD;
    margin-left: 205px;
    margin-bottom: 10px;
    display: inline-block;
}

/* CSS per la Barra di avanzamento passi di registrazione */
#step-registrazione {
	width: 100%;
	height: 50px;
	margin: 15px 0px;
	border: 1px solid #dfdfdf;
}

#step-registrazione ul {
	margin: 0;
	padding: 0;
}

#step-registrazione ul li.passo {
	display:inline-block;
	list-style: none;
	width:32.3333%;
	height: 50px;
	position: relative;
	background:#FFF;
	padding-left:1%;
}

/* Passo corrente */
#step-registrazione ul li.ultimo     { padding-right: 0; }
#step-registrazione ul li.ultimo:after     { background: none; }
/*#step-registrazione ul li.ultimo div { padding-left: 10px; padding-right: 10px; }*/
#step-registrazione ul li.passo div { background-color: #fff; }
#step-registrazione ul li.passo span { background-position: top left; }

#step-registrazione ul li span {
	display: block;
	width: 13px;
	height: 50px;
	float: right;
}
#step-registrazione ul li.passo div p {
	color: #ababab;
	font-size: 14px;
	margin: 0 0 0 0;
	float: left;
	clear: none;
	line-height: 12px;
	padding: 0 12% 0 6%;
	width:72%;
	margin-top:16px;
	text-align:left;
}

#step-registrazione ul li.passo.ultimo div p {
	padding: 0 6% 0 6%;
	width:78%;
}
#step-registrazione ul li.passo div span {
	color: #ababab;
	display: block;
	font-size: 32px;
	font-weight: normal;
	width: 5%;
	height: 50px;
	float: left;
	background: none;
	line-height:50px;
}
#step-registrazione ul li.passo.corrente{
	background:#CCC;
}
#step-registrazione ul li.passo.corrente div p,
#step-registrazione ul li.passo.corrente div span
{
	color: #363767;
}

li.passo.fatto:after{
  position: absolute;
  z-index: 2;
  content: '';
  top: 0em;
  right: 0em;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #FFF;
  border-top: 25px solid transparent;
  width: 0em;
  height: 0em;
  background:#CCC;
}

li.passo.corrente:after{
  position: absolute;
  z-index: 2;
  content: '';
  top: 0em;
  right: 0em;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #CCC;
  border-top: 25px solid transparent;
  width: 0em;
  height: 0em;
  background:#FFF;
}

li.passo.dafare:after{
	position: absolute;
	z-index: 2;
	content: '';
	top: 0em;
	right: 0px;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #FFFFFF;
	border-top: 25px solid transparent;
	width: 0em;
	height: 0em;
	border: none;
	background-color: #FFFFFF;
	top: 8px;
	width: 35.35533905932738px;
	height: 35.35533905932738px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.35) inset;
	box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.35) inset;
}
li.passo.corrente.ultimo:after{
	display:none;
}


/***************************
* - CHOOSE PASSWORD PAGE - *
****************************/

.panel.chosenPasswordInfo .panelSection{
	margin-top:30px;
	margin-bottom:20px;
}

.panel .panelSection.first{
	margin-top:0px;
	border-top:none;
}

.panel.chosenPasswordInfo .radioList{
	margin:10px 0px;
}

.panel .divScrolling
{
    margin:10px auto;
    background-color:white; 
    border:1px solid #C4C4C4; 
    height:80px;
    overflow:auto; 
    padding:3px; 
    width:98%;
}

.panel .divScrolling.wide{
	width:100%;
	padding:0;
	height:350px;
	margin:0;
	background:none;
	border:none;
}

.panel.chosenPasswordInfo .question,.panel.chosenPasswordInfo .answer{
	width:350px;
}

.chosenPasswordErrorPanel a.link{
	display:block;
	font-size:16px;
	margin-bottom:10px;
}

.chosenPasswordErrorPanel .indentPanel, .chosenPasswordErrorPanel .errorNewTaxNum{
	display:none;
	margin-bottom:10px;
}

.panel.chosenPasswordInfo .postradio{
	margin:0px 20px;
}

.panel.chosenPasswordInfo .stylepassinfo{
	background: #EFEFEF;padding: 5px;display: block;font-size: 12px;
}

/***************************
*** - ADD DIPLOMA PAGE - ***
****************************/

.upTabbedPanels{
	display:inline-block;
	margin:5px 0px;
	vertical-align:middle;
}

/***************************
* - STUD PRESENTATION PAGE - *
****************************/
.infomanual {
	display:block;
	margin-top:10px;
	background: url(../img/icons/info_mini.png) no-repeat 5px center;	
	padding:5px;
	padding-left:30px;
}


.infovideo {
	display:block;
	margin-top:10px;
	background: url(../img/icons/play.png) no-repeat 5px center;	
	padding:5px;
	padding-left:30px;
}

#main .studpresentationlinks {
	list-style: none outside none; margin:0; padding: 0; text-align: center;
	margin-top:20px;
}

#main .studpresentationlinks li{
	display: inline-block; 
	width:30%;
	margin:0.53191%;
	vertical-align:top;
}

#main .studpresentationlinks li a.mini{
    min-height:inherit;
}

#main .studpresentationlinks li a{
	font-size:18px;
	height:40px;
	line-height:40px;
	border:1px solid #808080;
	display:block;
	background:#553CBA;
	color:#FFF;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

#main .studpresentationlinks li a:hover{
	background:#000;
}

/******** NEW ********/
#main .studpresentationlinks{
	width:960px;
	margin-left:-10px;
}
#main .studpresentationlinks li{
	background:#FFF;
	width:31.25%;
	border:1px solid #888;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:1.04166666667%;
	
}

#main .studpresentationlinks li span{
	text-align:left;
	display:block;
	font-size:14px;
}

#main .studpresentationlinks li span.tit{
	display:inline;
	line-height:40px;
	font-size:20px;
}

#main .studpresentationlinks li a{
	background:#E8D8B1;
	color:#666;
	border:none;
	padding:2% 5%;
	height:auto;
	line-height:inherit;
	border-radius:0px;
	min-height:150px;
}
#main .studpresentationlinks li a img{
	width:32px;
	margin-right:15px;
	vertical-align:middle;
}
#main .studpresentationlinks li a:hover{
	background:#FFF;
}
.but{
	background:#FFF;color:#666;border:1px solid #ccc;display:inline-block;float:right;padding:0.25em;text-transform:uppercase;font-size:0.85em;margin-top:10px;
}
.desc{
	line-height:1.6em;
}

/************************
* - PAGINE QUESTIONARIO- *
*************************/

.PageContent{
	margin-bottom:10px;
}

.linkDiv {
	margin:20px 0px;
}

.linkDiv span{
	width:50%;
	display:inline-block;
	text-align:center;
}
.linkDiv a.multilangLink{
	text-align:center;
	font-size:18px;
	background: url(../img/button/arrowLink.png) no-repeat left center;
	padding: 0px 0px 0px 25px; 
}

.indicequestionario .titoloquestionario{
	text-align:left;
	font-size:24px;
	color:#191734;
	text-transform:none;
}

.indicequestionario .bloccoindice 
{
	background-color: #FEFCF9;
	border: 1px solid #553CBA;
	padding: 10px;
    text-align:left;
	line-height:18px;
	margin:20px 0px;
}

.indicequestionario .bloccoindice .meter{
    border:2px ridge #8E8E8E; 
    width:100px;     
    float:right;   
    background-color: #FFFFFF;   
	text-align:left;
}

.indicequestionario .bloccoindice .meter .compilazione{
    background-color: #553CBA;    
}

.indicequestionario .bloccoindice .button{
    text-align:right;
}

.indicequestionario .bloccoindice .pulsante{
		color:#FFF;
		border-style:none;
		border:0px;
		vertical-align:middle;
		padding:6px 9px;
		cursor:pointer;
		background:#553CBA;
		transition:0.25s;
		font-size:16px;
		line-height:16px;
		transition:0.25s;
		-webkit-transition:0.25s;
		-moz-transition:0.25s;
		-o-transition:0.25s;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
}

.indicequestionario .bloccoindice .pulsante:hover{
	background:#000;
}

#main .user_links_action.homesurveyfooter {
	text-align:left;
	float:none;
	width:100%;
	min-height:0px;
}
.homesurveyfooter a{
	font-size:16px;
}

#main .user_links_action.homesurveyfooter.indexfooter{
	margin-top:20px;
	border:none;
}

#main .user_links_action.homesurveyfooter a.LinkHome{
    background: url("../img/stud/home_small.png") no-repeat 5px center scroll transparent;
    padding: 8px 0px 5px 30px;
    text-decoration:none;
}

#main .user_links_action.homesurveyfooter a.LinkPdf {
    background: url("../img/stud/pdf_small.png") no-repeat 5px center scroll transparent;
    padding: 5px 0px 5px 30px;
    text-decoration:none;
}

#main .user_links_action.homesurveyfooter a:hover{
	background-color:#ccc;
}


/************************
**** - TABLE VIEW - *****
*************************/

.evenRow{
	background:#EDEDED;
}

.oddRow{
	background:#FFFFFF;
}

.panel.tablefilter .panelElement{
	min-height:25px;
	line-height:25px;
}

.panel.tablefilter select{
	font-size:16px;
	padding-top:3px;
	width:350px;
}

.tableGrid{
	width:100%;
}

.tableGrid td{
	padding:10px 0px;
}

.tableGrid .coursetable td{
	vertical-align:middle;
	padding:0px;
}

.panel.courseInfo h2{
	font-size:20px;
	margin-bottom:10px;
}

.panel.courseInfo span{
	display:block;
}

.panel.courseInfo, .panel.facultyInfo{
	margin-bottom:10px;
}

.panel.facultyInfo{
	text-transform:capitalize;
}

#info_universita td{
	vertical-align:middle;
}

#info_universita  .uniCity{
	text-transform:capitalize;
}

.panel.courseSummary td{
	vertical-align:middle;
}

.tableheaderdrop{
 color:#FFFFFF;
 background:#666;
 height:30px;
 font-size:20px;
 font-weight:normal;
 text-align:center;
 line-height:30px;
}

.countlabel, .errorlabel{
	margin-top:20px;
}

tr.pagination{
	border-top:1px solid #808080;
}
.pagination a{
	font-size:14px;
	padding:5px;
	color:#808080;
	background:#DFDFDF;
	margin:0px 5px;
	font-weight:normal;
	transition:0.25s;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.pagination a:hover{
	background:#808080;
	color:#FFF;
}

.pagination td{
	padding:10px 0px;
}

.pagination span{
	background:#000;
	color:#FFF;
	padding:5px;
	margin:5px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

/*************************
* - ALMAGO STUDENT BAR - *
*************************/

#main .head_profile{
	background:#F0EDD5;
	border:1px solid #CCC;
	margin-bottom:20px;
	width:938px;
	margin-left:-1.0416666%;
	padding:1.0416666%;}

#main .user_picture, #main .user_info, #main .user_links_action, #main .user_switch_view
{
    float:left;
    margin:0;
    padding:0;
    min-height:140px;
}

#main .user_picture
{
    width:14.893617%;
	max-width:150px;
    height:auto;
    margin-right:2.12765%;
    position:relative;
    overflow:hidden;
	transition:0.25s;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}

#main .user_picture:hover{
	box-shadow: 0 0 5px 1px #808080;
}

#main .user_picture img
{
    width:100%;
}

#main .user_info:hover
{
    box-shadow: 0 0 5px #999;
}

#main a.user_info
{
	transition:0.25s;
	background:#FFFFFF;
	border:1px solid #CCC;
    color:#000;
    font-weight:normal;
    padding:1%;
    width:40.55319%;
    margin:0;
    display:block;
    position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}

#main a.user_info div{
	padding-top:10px;
}

#main .user_info .welcome
{
    text-transform:capitalize;
    font-size:17px;
	text-align:left;
	display:block;}

#main a.user_info .address{
	padding-right:20px;
}

#main .user_links_action{
    width:31.914893%;
	float:right;
}
#main .user_links_action ul
{
    list-style:none;
    padding:0px;
    margin:0px;
}

#main .user_links_action ul li
{
    border-bottom:1px solid #DFDFDF;
}
#main .user_links_action ul li:first-child{
    border-top:1px solid #DFDFDF;   
}

#main .user_links_action ul li.cv{
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
#main .user_links_action ul li.cv a{
	background:#FFF;
	font-size:17px;

}
#main .user_links_action ul li.cv a img{
	width:40px;
}

#main .user_links_action ul li.cv.home a img{
	width:25px;
}

#main .user_links_action ul li a
{
    font-weight:normal;
    display:block;
    padding:5px;
	text-align:left;
	font-size:0.95em;
}

#main .user_links_action ul li a:hover
{
    background:#FFF;
}

#main .user_links_action ul li.cv a:hover{
	box-shadow: 0 0 8px #888;
}

#main .user_links_action ul li a img
{
    width:16px;
    vertical-align:middle;
    margin-right:5px;
}

/** Effetto hover **/
.hiddenHoverModify
{
    color:#FFF;
    position:absolute;
    bottom:5px;
    right:5px;
    padding:3px;
    background:#888;
}

#main .user_picture .imgcamera{
	width:20px;
	height:14px;
}

.hiddenHoverModify.transp{
	background:transparent;
}

/************************
******* - ALMAGO - ******
*************************/

.messageinpage{
	font-size:22px;
	text-align:left;
	letter-spacing:0.05em;
	float:left;
	width:25.531914%;
	margin-right:8.510638%;
	color:#808080;
	line-height:30px;
}
.messageinpage a{
	font-weight:normal;
}

.almagorepeater {
	width:65.957448%;
	display:inline-block;
}

.almagorepeater  .informationp{
	font-weight:normal;
	color:#808080;
	margin-top:0px;
	font-size:17px;
	margin-bottom:15px;
}

.almagorepeater  .degreeSingle{
	background:#EDEDED;
	float:left;
	margin:0px 3.225806% 3.225806% 0;
	width:48.3870967%;
	padding:1%;
	min-height:250px;
	border-radius:5px;
	border:1px solid #CCC;
	position:relative;
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;}

.almagorepeater  .degreeSingle:nth-child(odd){
	margin-right:0;
}.almagorepeater  .degreeSingle.add{
	padding:0px;
	min-height:0px;
	width:48.3870967%;
}

.almagorepeater  .degreeSingle.add .adddiploma{
	padding:0px;
	margin-bottom:0px;
}

.almagorepeater  .degreeSingle.confirmed{
	border:1px solid #6EE094;
	box-shadow:0px 0px 0px 1px #6EE094;
}

.almagorepeater  .degreeSingle h3{
	color:#808080;
	font-weight:normal;
	text-align:left;
	font-size:18px;
	margin:0px 0px 10px;
}

.almagorepeater  .degreeSingle .buttons{
	display:block;
	position:absolute;
	width:96%;
	bottom:0px;
}

.almagorepeater  .degreeSingle img{
	height:auto;
}

.almagorepeater  .degreeSingle img.logo{
	width:85px;
	float:right;
}

.almagorepeater  .degreeSingle img.action{
	width:20px;
	margin-right:10px;
	vertical-align:middle;
}

.almagorepeater  .degreeSingle a{	
	display:block;
	margin-bottom:15px;
	font-weight:normal;
}
.almagorepeater  .degreeSingle .buttons a:first-child{	
	margin-bottom:5px;
}

.almagorepeater  .degreeSingle a.highlight{	
	background:#FFDE08;
}

.almagorepeater  .degreeSingle a.delete{	
	text-decoration:none;
	position:Absolute;
	bottom:0px;
	right:10px;
	margin-bottom:0px;
	font-size:10px;
	
}

.ribbon{
	background:url('../img/stud/ribbon.png');
	width:34px;
	height:60px;
	position:absolute;
	bottom:-20px;
	right:0px;
}

a.adddiploma{
	display:block;
	height:50px;
	width:100%;
	border-radius:5px;
	margin:0 8%;
	text-align:center;
	line-height:50px;
	color:#AAA;
	font-weight:normal;
	font-size:18px;
	transition:0.3s;
	margin:0 auto;
	background:#EBEBEB;
	padding:0px;
}

a.adddiploma img{
	vertical-align:middle;
	margin-right:10px;
}

a.adddiploma:hover{
	background:#FFF;
	color:#808080;
}

/*** lightbox for warning*/
.warningCV{
	display:none;
}

.warningCV a{
	display:block;
	width:98%;
	transition:0.3s;
	padding:1%;
}
.warningCV a:hover{
	background:#DFDFDF;
}

.warningCV img{
	height:100px;
	width:auto;
	vertical-align:middle;
	margin-right:0px 10px;
	float:left;
	border-radius:5px;
}

.warningCV h1{
	font-size:18px;
	margin-bottom:20px;
	font-weight:normal;
}

.warningCV h2{
	font-weight:normal;
	color:#808080;
	font-size:20px;
	margin:0px 20px 0px 0px;
	padding-bottom:10px;
}

.warningCV div{
	float:left;
	margin:0 2%;
	font-weight:normal;
	color:#000;
}

.warningCV div.clear{
	float:none;
}

.warningCV .confirmbutton{
	margin-top:25px;
	float:right;
}

.warningCV .almagorepeater {
	width:97%;
}

/************************
** - DEFAULT HOMEPAGE - *
*************************/

.sentences{
	display:block;
	text-align:center;
	margin-top:30px;
}

.sentences.second{
	margin:5px 0px 30px;
}

#content{
	width:48%;
	padding:1%;
	box-shadow: inset 4px 1px 9px -6px #DFDFDF; 
	margin:5% auto 0px;
	background:#FFF;
}

#content #content-left{
	width:100%;
	position:relative;
	font-size:16px;
}


#content #content-left .graduate{
	position:absolute;
	right:-155px;
	bottom:-120px;
}

#content.home p{
	font-size:12px;
}
#content.home p.titolo3{
	color:#808080;
	font-size:1.4em;
}
#content .breadcrumbs{
	font-size:11px;
}
#content h2{
	font-weight:normal;
	font-size:1.2em;
	margin:0px;
	color:#808080;
}
#content h2.title{
	margin:10px 0px 20px;
	font-size:1.5em;
}
#content h2 a{
	color:#808080;
}
#content p{
	margin:0px;
}
#content p a{
	color:#066336;
	text-decoration:underline;
}

#content .upbottone
{
    text-align:left;
	border:1px solid #888;
	width:100%;
	margin-bottom:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
	transition:0.5s;
	background:#F0EDD5;
}

#content .upbottone a{
	display:block;padding:20px;
	font-size:22px;
	height:65px;
	font-weight:normal;
	color:#666;
    transition-duration: 0.25s;
}

#content .upbottone:hover{
	text-decoration:none;
	background:#FFF;
}

#content .upbottone a div{
	font-size:14px;
	margin-top:10px;
}

#content .upbottone.right
{
    float:right;
}

#content .upbottone img
{
    width:70px;float:left;margin-right:15px;
}

.graduatesimghome{
	float:left;
}

.hometopbar{
	width:100%;
	height:20px;
	background:#20a0a8
}

/************************
***** - PRIVACY  - ******
*************************/
.panel.privacypanel{
	margin-bottom:15px;
	page-break-after: always;
}

.privacypanel td.line{
	padding:3px 10px;
}

.dottedline{
	margin-top:40px;
	border-top:1px dotted black;
	min-width:250px;
	text-align:center;
	float:left;
	padding:0 10px;
	font-size:12px;
}

.dottedline.rightdottedline{
	float:right;
}

.printprivacy{
	float:right;
	margin-bottom:10px;
}
.printprivacy img{
	height:20px;
	display:block;
}

.panel .panelSection.first.privacyprint{
	line-height:1.4em;
	padding-left:0px;
	position:relative;
}

.panel .panelSection.first.privacyprint td.line{
	padding-left:5px;
}


.panel .panelSection.first.privacyprint .privacylogo{
	width:200px;
	height:50px;
	width:75px;
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}
/************************
******* - POPUP  - ******
*************************/

#main.mainpopup{
	width:98%;
	margin:0;
	padding:0 1%;
	min-height:250px;}


/******** SOCIAL **********/
#main .divSocial{
	padding:5px;margin:0 auto
}

.presocialpopup{
	min-height:200px;
	width:100%;
}

.presocialpopup h1{
	font-size:24px;
	line-height:24px;}

.presocialpopup p{
	margin:10px 0px;
}

ul.socialpopupul{
	list-style:none;
	margin-top:20px;
}

ul.socialpopupul li{
	width:22%;
	display:inline-block;
    margin: 0 1%;
	vertical-align:top;
}

.social_popup
{
	position:relative;
}

.social_popup a{
	display:block;
	text-align:left;
	color:#808080;
	font-weight:normal;
	font-size:14px;
	padding-left:65px;
	min-height:60px;
	word-wrap:break-word;
}

.social_popup a img{ 
	position:absolute;
	bottom:2px;
	right:2px;
	display:none;
}

.socialusername{
	font-size:11px;
	text-align:left;
	color:#666;
}

.social_popup.set:hover a img{
	display:block;
}
	
#Popup_ID_Body_Content_FacebookRemove, #Popup_ID_Body_Content_FacebookDiv:hover{
	background:url('../img/social/fb.png') no-repeat left top #FFF;
}
#Popup_ID_Body_Content_FacebookDiv{
	background:url('../img/social/fb_off.png') no-repeat left top;
}

#Popup_ID_Body_Content_GoogleRemove, #Popup_ID_Body_Content_GoogleDiv:hover{
	background:url('../img/social/gp.png') no-repeat left top #FFF;
}
#Popup_ID_Body_Content_GoogleDiv{
	background:url('../img/social/gp_off.png') no-repeat left top;
}

#Popup_ID_Body_Content_TwitterRemove, #Popup_ID_Body_Content_TwitterDiv:hover{
	background:url('../img/social/tw.png') no-repeat left top #FFF;
}
#Popup_ID_Body_Content_TwitterDiv{
	background:url('../img/social/tw_off.png') no-repeat left top;
}

#Popup_ID_Body_Content_LinkedinRemove, #Popup_ID_Body_Content_LinkedinDiv:hover{
	background:url('../img/social/in.png') no-repeat left top #FFF;
}
#Popup_ID_Body_Content_LinkedinDiv{
	background:url('../img/social/in_off.png') no-repeat left top;
}
	
.messaggio_errore{
	color:#DD0000;
	margin-top:20px;
	font-size:18px;
}

.panel.lightbox
{
    border:none;
    padding:0px;
    box-shadow:none;
	background:none;
}

/*** PASSWORD CHANGE ***/

.changepasswordtable,.changepasswordtable table{
	width:100%;
	margin-top:10px;
}

.changepasswordtable td.panelElement{
	margin:0px;
}

.changepasswordtable .labelPanel{
	padding-right:5px;
}

.changepasswordtable .labelPanel label{
	color:#808080;
}

/** CHANGE PROFILE **/
.namesurname{
	font-weight:bold;
}

.panel.registrationInfo .panelElement.noedit label{
	padding-top:0px;
}


/** AVATAR **/

#Popup_ID_Body_Content_avatar_divFlash
{
    text-align:center;
}
.uploadimg{
	background:url('../img/icon.png') no-repeat left center;
	vertical-align:middle;
	width:45%;
	height:50px;
	line-height:50px;
	border:1px solid #CCC;
	float:left;
	padding-left:35px;
	margin-right:20px;
	cursor:pointer;
	background-position:15px;
}

.uploadbox{
	float:left;
	display:none;
}

.uploadimg.upload{
	display:none;
}
.uploadimg.capture{
	background:url('../img/camera.png') no-repeat left center;
	background-position:15px;
}

.uploadimg:hover{
	background-color:#DFDFDF;
}

.captureorupload
{
	text-align:center;margin-top:5px;min-height:50px;

}

/**** RECOVERY PASSWORD BY ANSWER **/
.questionbox{
	width:400px;
	margin-bottom:20px;
	margin:0 auto;
}

.questionbox input{
	width:90%;
}

.questionbox .questionboxlabel{
	display:block;
	color:#808080;
	font-size:17px;
}

#Popup_ID_Body_Content_PreQuestion{
	text-align:center;
}

/***** CHANGE ALERT ***/

/*** sezione per lo switch ON OFF ****/

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #191734; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/*** fine sezione per lo switch ON OFF ****/




/************************
**** - AREA STAFF  - ****
*************************/

.boxContainer
{
	width: 100%;
	float:left;	
	overflow:hidden;
}

.boxContainer .box
{
	float:left;
	border:solid 1px #CCC;
	background-color: #fefcf1;
	width:47.87234%;
	margin:1.06382%;
	vertical-align:middle;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.boxContainer .box:nth-child(odd){
	clear:both;
}

.boxContainer .box a.staff{
	display:block;
	width:96%;
	text-align:center;
	padding: 2%;
	font-size:18px;
	min-height:80px;
}

.boxContainer .box a.staff:hover{
	background:#DEDEDE;
}

.box p
{
	font-size:10px;
}

.box div.image
{
	height:55px;
}
.box img
{
	text-align:center;
}
.boxContainer .box a.ent{
	display:block;
	overflow:hidden;
	padding: 10px 0px 0px 0px;
	display:block;
	width:100%;
	text-align:left;
	min-height:0px;
	font-size:18px;
}
.boxContainer .box a.ent:hover{
	background:#DEDEDE;
}

.boxContainer .box a.ent img{
	height:50px;
    padding:0px 20px 10px 20px;
    float:left;
}

.gridViewStyle
{
    border-collapse:collapse;
   
}
.gridViewStyle td{
	border:1px solid #808080;
	vertical-align:middle;
	padding:5px;
}

.gridViewStyle.searchResult{
	font-family:arial;
	margin-top:20px;
}

.gridViewStyle.searchResult td{
	width:200px;
	word-break:break-word;
	text-align:left;
}

.gridViewStyle th
{
    color:#000;
    height:25px;
	text-align:center;
	border: 1px solid #000;
    font-weight: bold;
    padding: 5px;
    background: #EDEDED;
}

.gridviewResult{
     background: #FFFFFF;
     margin-top: 15px;
}
.gridviewResult tr{
    border-bottom: solid 1px #CCC;
}
.gridviewResult .header{
    background: #F0EDD5;
    font-weight:bold;
    font-size: 1.1em;
    padding: 5px 0px;
    text-align:left;
}
.gridviewResult tr.pagination,.gridviewResult tr.pagination tr{
    border-bottom: none;
}

.riquadro{
    clear:both;
    overflow:hidden;
}
.riquadro .menu{
    background: #E9E9E9; 
    box-shadow: 0 0 6px 2px #E7E7E7;
    float:left;
    margin: 10px;
    width: 18%;
}
.riquadro .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.riquadro .menu li{
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.riquadro .menu li.menu0 {
    background: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.riquadro .content{
    Float:left;
    width: 79%;
}



/***********************/

#main .tableGrid.ADMManual .singlestud{
	padding:1%;
}

#main .tableGrid.ADMManual  .nomecognome{
	font-size:20px;
}

#main .tableGrid.ADMManual  .studinfo{
	/*margin-left:2%;*/
}

#main .tableGrid.ADMManual  .studinfo p{
	float:right;
}

#main .tableGrid.ADMManual  .editbutton{
	background:url('../img/stud/edit.png') no-repeat 5px center;
	padding:5px 5px 5px 30px;
}

#main .tableGrid.ADMManual  .editbutton:hover{
	background-color:#CCC;
}

.tableGrid.ADMManual .degreegrid{
	border:1px solid #CCC;
	border-top:none;
	width:100%;
	margin:10px auto 0;
}

.tableGrid.ADMManual .degreegrid:first-child{
	border-top:1px solid #CCC;
}

.tableGrid.ADMManual .degreegrid tr{
	border-top:1px solid #FFFDDD;
}

.tableGrid.ADMManual .degreegrid tr:first-child{
	border-top:none;
}
.tableGrid.ADMManual .degreegrid table{
	width:100%;
	table-layout:fixed;
}

.tableGrid.ADMManual .degreegrid table td{
	text-align:center;
}

.tableGrid.ADMManual .degreegrid table td.infocourse{
	text-align:left;
	width:35%;
}

.tableGrid.ADMManual .degreegrid table td.editbuttonTD{
	vertical-align:middle;
	text-align:right;
	width:15%;
}

.tableGrid.ADMManual .degreegrid td{
	padding:0;
}

.tableGrid.ADMManual .degreegrid td a{
	display:block;
	padding:1%;
	color:inherit;
	background:#E8D0B5;
	position:relative;
}

.tableGrid.ADMManual .degreegrid td a.certif{
	background:#D5F5E0;
}

.tableGrid.ADMManual .degreegrid td a:hover{
	background:#E8E7AC;
}

.tableGrid.ADMManual  span.grey{
	color:#A0A0A0;
	min-width:130px;
	display:inline-block;
}

.panel.changedegree .panelElement label{
	width:100px;
}

.panel.changedegree .namestud b{
	font-size:16px;
}

.panel.changedegree .namestud .useridstud{
	margin:0 20px;
}

.panel.changedegree .namestud .degreecertified{
	color:#009933;
	text-transform:uppercase;
	font-weight:bold;
}


.toast{
    /*display:none;*/
	position: fixed;
    top: 20px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background-color: #02E381;
    padding: 10px 0 ;
    font-size:18px;
    text-align:center;
    color:#000;
    lette-spacing:0.05em;
    font-family:Arial;
	z-index:3;
    opacity: 0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}

#main .tableGrid.ADMManual .singlestud .ribbon{
	z-index:2;
}

/****************************/


.panel.staffuserdetail .label{
	float:left;
}

/* Layout tooltip */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 400px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	line-height:1.2em;}
body .ui-tooltip {
	border-width: 2px;
}




/************************
****** - FOOTER - *******
*************************/

.footer .contenuto_footer{
	width:100%;
	border-top:1px solid #553CBA;
	background:#EDEDED;
}
	
.footer .footerText{
	padding-bottom:10px;
	text-align:center;
	margin:0px;
	font-size:12px;
	color:#808080;
}

#menuFooter {
	width:960px;
	margin:0 auto;
	padding:20px 0px;
}
#menuFooter ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#menuFooter > ul > li{
	list-style:none;
	float:left;
	width:22.916666%;;
	display:block;
	padding:0px 1.0416666%;
}

#menuFooter > ul > li:first-child{
	margin-left:0px;
}

#menuFooter ul li a{
	display:block;
	font-weight:normal;
	color:#444;
}

#menuFooter ul li a:hover{
	background:#DDD;
}

#menuFooter > ul > li > a{
padding:8px;
text-align:center;
border-bottom:1px solid #CCC;
color:#000;
}

#menuFooter a{
	border-bottom:1px solid #DDD;
}

#menuFooter ul li ul li a{
	padding:5px;
}

/************************
**** - Edit Button - ****
*************************/
.divEditButton{
	width: 100%;
	margin:5px 0px;
}

.divEditButton .cancelbutton{
	margin-right: 20px; 
	text-decoration: none; 
	color: #FFFFFF;
	display:inline-block;
}

/****************************
* - Modal box on postback - *
*****************************/

.modalbox
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 99;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	min-height: 100%;
	width: 100%;
}
.loadingbox
{
	font-family: Arial;
	font-size: 10pt;
	border: 2px solid #808080;
	width: 240px;
	height: 100px;
	display: none;
	position: fixed;
	background: #FFF;
	z-index: 999;
	text-align:center;
}
.loadingbox p
{
	margin-top:42px;
}

.loadingbox img{
	margin-top:20px;
}

/****************************
******* - ERROR PAGE - ******
*****************************/
.errorpagetable td{
	padding-right:20px;
	font-size:1.2em;
	line-height:1.4em;
}

/****************************
*** - PANNELLI SUMMARY - ****
*****************************/
.summary {
    margin: 25px 0;
    font-size: 0.9em;
    box-shadow:0px 0px 5px 1px #CCC;
    border: 1px solid #CCC;
    padding:2%;
}

.summary .summaryTitle{
    width:30%;
    font-weight:bold;
}
.summary .summaryLabel{
    width:35%;
    text-align:center;
}

.summary table{
    width: 100%;
}

.summary th{
    font-size:15px;
    font-weight:bold;
    background-color:#666666;
    color:#FFFFFF;
    padding: 3px;
}

.summary td{
    padding: 3px 2px;
}

.summary .smallLabel{
    text-align:right;
    font-style: italic;
    background:#FFFFFF;
    width:30%;
}

.summary2 tr:nth-child(odd){
   background:#FFFFFF;
}
.summary2 tr:nth-child(even){
	background:#E6F4FC;
}
/*
*********************************
*********************************
********** PRINT ****************
*********************************
*********************************
*/

@media print{
	body {
		background:#FFFFFF;
		border:none; 
		 
	}
	h1.title{
		color:#000;
	}
	.nojs, .topbar, .topHeader, .menuFull, .minibar, .footer{
		display:none;
	}
	.printprivacy,.divEditButton .cancelbutton,.oldbrowser,#siteName{
		display:none;
	}
	#main {                
		padding: 0px 10px;
		max-width: 511pt;
	}
	.panel {
		background:transparent;
		border:none;
		box-shadow:none;
	}
	.divScrolling{
		font-size:11px;  
	}
	
	.panel .panelSection.first.privacyprint .privacylogo{
		display:block;
	}
}

/*
*********************************
*********************************
********* MOBILE ****************
*********************************
*********************************
*/

@media only screen and (max-width: 1135px){

	#content{
		width:100%;
		display:table;
	}

	.topbar .cont_topbar{
		width:100%;
	}
	
	.logoleft{
		width:14.73214%;
	}
	
	#content #content-left{
		width:66.07142%;
		padding:0.892857% 1.78571%;
	}
	
	.minibar{
		width:98%;
		padding:0 1%;
	}
}

@media only screen and (max-width: 975px){
	
	#container{
		width:100%;
		margin:0 auto;
	}	.minibar{
		width:98%;
		padding:0 1%;
	}
	
	#main{
		width:98%;
		padding:0 1%;
		padding-top:10px;
	}
	
	#main .head_profile{
		width:100%;
	}
	
	#main .user_picture{
		width:14.893617%
	}
	
	.topHeader #siteName, #menuCenter{
		width:100%;
	}
	
	.menuFull, .topHeader{
		min-width:inherit;
	}
	
	#menuFooter{
		width:100%;
	}
	
	.topbar #centeredtopbar{
		width:100%;
	}
	
	#main .studpresentationlinks{
		width:100%;
		margin-left:0px;
	}
	#main .studpresentationlinks li{
		width:30.20833333%;
	}
}


@media only screen and (max-width: 768px) {

	.topHeader, .topHeader #siteName{
		width:100%;
		float:none;
	}
	
	.topHeader #siteName h1{
		font-size:24px;
	}
	

	/** menu **/
	#menuCenter{
		width:100%;
	}

	.menuFull,.topHeader{
		min-width:0px;
	}
	
	#Popup_ID_menu #menuCenter {
		padding:0;
	}


	/** default home page **/
	#content{
		width:98%;
		border:none;
	}
	
	#content .graduate{
		display:none;
	}
	
	.graduatesimghome{
		display:none;
	}

	#content #content-left{
		width:96%;
		padding:2%;
	}
	
	/** tabelleFilter **/
	.panel.tablefilter select{
		width:70%;
	}
	
	.panel .panelElement label{
		width:25%;
	}
	
	td.gotowebsite{
		width:30%;
	}
	
	.panel.registrationInfo .requiredinfomessage{
		float:none;
		text-align:right;
	}
	
	.panel.registrationInfo .copyInformation{
		margin-left:26%;
	}
	
	.panel.chosenPasswordInfo .question,.panel.chosenPasswordInfo .answer{
		width:60%;
	}
	

	/** buttons in home pages of sectors **/
	#main .studpresentationlinks li span.tit{
		display:block;
		line-height:initial;
		padding-bottom:5px;
	}	/** almago topbar **/
	#main .user_picture{
		background:#FFF;
		width:23.2765%
	}
	
	#main a.user_info{
		/*width:37%;*/
	}
	
	
	ul.socialpopupul li{
		width:47%;
		margin: 0 1% 2%;
	}

	a.adddiploma{
		height:auto;
	}
	
	.almagorepeater .degreeSingle .buttons{
		position:static;
	}
	
	/*loginpanel*/
	.panel.loginpanel, .panel.registrationpanel{
		width:97%;
	}
	
	/** footer **/
	#menuFooter{
		width:100%;
	}
}

/*---------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	
	.topHeader{
		background:#F0EDD5;
	}
	.topHeader #siteName{
		text-align:center;
	}
	
	.topHeader #siteName h1{
		vertical-align:top;
		display:inline-block;
	}
	
	.topHeader #siteName a img{
		transition:none;
		display:block;
		margin:0 auto;

	}


	.changelangbox
	{
	    position:static;
	    margin:5px auto;
	}
	
	.changelangbox ul.user_actions{
		position:relative;
	}
	#menuCenter{ padding:0; }
	#menuCenter ul     { display: none; }
	#menuCenter select { display: block; }
	
	#Popup_ID_menu #menuCenter select{
		display:none;
	}
	
	/** default home page **/
	#content .upbottone{
		width:100%;
		margin-bottom:20px;
	}
	
	#content .upbottone.total{
		margin-top:0px;
	}
	
	#content .upbottone a{
		font-size:18px;
	}
	
	/** tabelleFilter **/
	.panel.tablefilter select{
		width:100%;
	}
	
	.panel .panelElement label{
		width:100%;
		text-align:left;
	}
	
	td.gotowebsite{
		width:100%;
	}
	
	#info_universita td{
		display:block;
		text-align:center;
		margin-bottom:10px;
		width:100%;
	}
	
	.coursetable td{
		display:block;
		text-align:center;
		margin-bottom:10px;	
		width:100%;
	}
	
	.panel.courseSummary td{
		display:block;
		text-align:center;
		margin-bottom:10px;	
		width:100%;
	}
	
	.panel.registrationInfo .copyInformation{
		margin:0px;
		width:100%;
	}
	
	/** buttons in home pages of sectors **/
	#main .studpresentationlinks li span.tit{
		display:inline;
	}	/** almago topbar **/
	#main .user_picture{
		width:100%;
		max-width:none;
		text-align:center;
	}
	#main .user_picture img{
		width:auto;
	}
	
	#main a.user_info{
		width:98%;
		margin:0;
	}
	
	#main .user_links_action{
		min-height:0px;
		margin-top:20px;
		width:100%;
	}
	
	.messageinpage{
		width:100%;
		margin:0;
		text-align:center;
		height:auto;
		float:none;
	}
	
	.almagorepeater {
		width:100%;
		float:none;
	}
	
	.almagorepeater .degreeSingle{
		width:100%;
		margin:0 0 5% 0;
		padding:1%;
	}
		
	.almagorepeater  .degreeSingle.add{
		width:100%;
	}
	.almagorepeater .informationp{
		margin-top:40px;
	}
	
	ul.socialpopupul li{
		width:100%;
		margin: 0 0 2%;
	}
	
	/** default student homepage **/
	#main .studpresentationlinks li{
		width:98%;
		margin-bottom:2%;
	}
	
	#main img.imgcontent{
		width:100%;
	}	/*loginpanel*/
	.panel.loginpanel .login_standard{
		width:100%;
		padding-right:0px;
		border-right:none;
		border-bottom:1px solid #CCC;
		padding-bottom:2%;
	}
	
	.panel.loginpanel .login_social{
		width:100%;
	}
	
	
	/** footer **/
	#menuFooter > ul > li{
		width:100%;
		margin-left:0px;
		padding:0;
	}
	
	/** ent **/
	#main .company_profile{
		width:100%;
	}
	#main .entUpAreaBox_left_ext{
		display:none;
	}
	#main .entUpAreaBox img {
		display:none;
	}

	#main .boxContainer .box {
		width:98%;
	}
}