@charset "utf-8";

/* form.css */
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
}

form fieldset {
	clear: both;
	font-size: 100%;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C8D7E8;
	border-right-color: #C8D7E8;
	border-bottom-color: #C8D7E8;
	border-left-color: #C8D7E8;
	/*border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;*/
}

.atooltip tr th {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	vertical-align: top;
	text-align: left;
}

.modulo td {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	vertical-align: top;
	text-align: left;
}

.moduloDetail td {
	padding-right: 7px;
	vertical-align: top;
	text-align: left;
}

.modulopersonaldata td {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	vertical-align: top;
	text-align: left;
	min-width: 350px;
}

.nowrap td {
	white-space:nowrap; 
}

.moduloinstalment td {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #C8D7E8	
}

.moduloinstalment th {
	vertical-align: top;
	text-align: center;
	border: 1px solid #C8D7E8
}

.studentSemester {
	border: 1px solid #2e4c6f;
	text-align: left;
	background-color: #C8D7E8;
}

.studentSemesterTable td {
	background-color: #C8D7E8;
	vertical-align: top;
	padding: 5px;
}

.studentSemesterTable {
	width: 100%;
}

.studentTaxPayment {
	border: 1px solid #2e4c6f;
	text-align: left;
	background-color: #E9EEF5;
}
.studentTaxPaymentTable {
	width: 100%;
}
.studentTaxPaymentTable td {
	background-color: #E9EEF5;
	vertical-align: top;
	padding: 5px;
}

form fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

label {
	font-size: 100%;
}

label u {
	font-style: normal;
	text-decoration: underline;
}

input,select,textarea {
	font-size: 100%;
	color: #000000;
}

form div input[type=radio],form div input[type=checkbox] {
	display: block;
	float: left;
	clear: left;
}

textarea {
	overflow: auto;
	width: 100%;
}

form div.modulo {
	clear: left;
	display: block;
	/*width: 354px;*/
	zoom: 1;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form fieldset div.notes {
	float: right;
	width: 25%;
	height: auto;
	border: 1px solid #666666;
	background-color: #c8d7e8;
	color: #2e4c6f;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
}

form fieldset div.notes h4 {
	background-image: url(../img/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

form fieldset div.notes p {
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

form fieldset div.notes p.last {
	margin: 0em;
}

form div fieldset {
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #C8D7E8;
	/*width: 197px;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px 2px 10px 10px;
}

form div fieldset legend {
	font-size: 100%;
	padding: 0 5px;
	color: #000000;
	font-size: 18px;
	/*text-transform: uppercase;*/
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label { 
	display: block;
	float: left;
	clear: none;
	/*width: 100px;*/
	margin-left: 5px;
	/*
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px; 
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px; 
	text-align: right;
	*/
}

form div.optional label,label.optional {
	font-weight: normal;
}

form div.required label,label.required {
	font-weight: bold;
}

form div label.labelCheckbox,form div label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	zoom: 1;
	padding: 0;
	margin: 0 0 5px 142px;
	text-align: left;
}

form div fieldset label.labelCheckbox,form div fieldset label.labelRadio
	{
	margin: 0 0 5px 0;
	width: 170px;
}

form div img { /*border: 1px solid #000000;*/
	
}

p.error {
	background-color: #ff0000;
	background-image: url(../img/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}

form div.error {
	background-color: #ffffe1;
	background-image: url(../img/required_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	border: 1px solid #ff0000;
}

form div.error p.error {
	background-image: url(../img/icon_error.gif);
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 200px;
	color: #ff0000;
}

form div input.inputText,form div input.inputPassword {
	width: 200px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div input.inputFile {
	width: 211px;
}

form div select.selectOne,form div select.selectMultiple {
	width: 211px;
	padding: 1px 3px;
}

form div input.inputCheckbox,form div input.inputRadio,input.inputCheckbox,input.inputRadio
	{
	display: inline;
	height: auto;
	width: auto;
	background-color: transparent;
	border-width: 0;
	padding: 0;
	margin: 0 0 0 140px;
}

form div.submit {
	width: 214px;
	padding: 0 0 0 146px;
}

form div.submit div {
	display: inline;
	float: left;
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0;
}

form div input.inputSubmit,form div input.inputButton,input.inputSubmit,input.inputButton
	{
	background-color: #cccccc;
	color: #000000;
	width: auto;
	padding: 0 6px;
	margin: 0;
}

form div.submit div input.inputSubmit,form div.submit div input.inputButton
	{
	float: right;
	margin: 0 0 0 5px;
}

form div small {
	display: block;
	margin: 3px 50px 5px 110px;
	padding: 1px 3px;
	font-size: 9px;
	zoom: 1;
}

label img {
	behavior: url(../behaviors/label_img.htc);
}

form fieldset legend {
	line-height: 150%;
}

form textarea.expanding {
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}

div.optional label:before {
	content: '';
}

div.required label:before {
	content: '';
}

form div label.labelCheckbox,form div label.labelRadio,label.labelCheckbox,label.labelRadio
	{
	display: block;
	width: 190px;
	zoom: 1;
	padding: 4px 0 0 18px;
	text-indent: -18px;
	line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox,form div label.labelRadio input.inputRadio,label.labelCheckbox input.inputCheckbox,label.labelRadio input.inputRadio
	{
	margin: 0;
}

form div fieldset input.inputText,form div fieldset input.inputPassword,form div fieldset input.inputFile,form div fieldset textarea.inputTextarea
	{
	width: 160px;
	margin: 0 0 0 18px;
	margin: expression(setCntr(), '0px 0 0 -124px' );
}

form div label.compact {
	display: inline;
	width: auto;
	padding: 4px 10px 0 0;
	text-indent: 0;
	margin: 0 0 0 0;
}

form div.wide label {
	float: none;
	display: block;
}

form div label.wide {
	width: 348px;
}

form div.wide input.inputText,form div.wide input.inputPassword,form div.wide input.inputFile,form div.wide select,form div.wide textarea
	{
	width: 344px;
	margin: 0;
}

form div.notes p,form div small {
	line-height: 125%;
}

form div.wide small {
	margin: 0 0 5px 0;
}

form div select {
	padding: 1px 3px;
	margin: 0 0 0 0;
}

form div textarea {
	padding: 1px 3px;
	margin: 0 0 0 0;
}

input[type="button"] {
	background-color: #ffffff;
	font-size: 100%;
	color: #000000;
	cursor: pointer;
}

button {
	background-color: #ffffff;
	border: 1px solid #C8D7E8;
	cursor: pointer;  
}

button:hover {
   background: #d5effc url(../img/flexigrid/hl_ori.png) repeat-x top;  
   border: 1px solid #a8d8eb;
   color:#666;
}

input[type="submit"] {
	background-color: #ffffff;
}

input[type="reset"] {
	background-color: #ffffff;
}

form select {
	background-color: #ffffff;
	width: 304px;
}

form textarea { /*background-color: #ffffff;*/
	width: 300px;
	height: 100px;
}

form fieldset textarea {
	width: 98%;
}

form input[type=text] {
	width: 300px;
	/*background-color: #ffffff;*/
}

#username {
	width: 120px;
	height: 15px;
}

#pass {
	width: 120px;
	height: 15px;
}

#roomHoursTable
{
	table-layout: fixed;
}

#roomHoursTable th
{
	text-align: center;			
	text-overflow: ellipsis;
	overflow: hidden;	
	white-space: nowrap;
}

.roomsTitlesTd
{
	text-align: left;			
	text-overflow: ellipsis;
	overflow: hidden;	
	white-space: nowrap;	
}

.roomHour{
	width: 64px;
}

.roomHourPlus, roomHourPlus th{
	width: 64px;
}

.roomTile, roomTile th{
	width: 64px;
}

.roomLabel {
	font-size: 90%;
	width: 60px;
}

.textcoursecode input[type=text] {
	width: 60px;
}


[disabled] {
	background-color: #efeff7;
	font-style: italic;
	color: #BBB;
}

.visible {
	display: inline-block;
	/*visibility: visible;*/
}

.invisible {
	display: none; 
	/*visibility:hidden;*/
}

.pointer {
	cursor: pointer;
}

.extended {
	width: 100%;
}

#checkTaxcode {
	float: left;
}

#generatetaxcode {
	float: left;
}

.academicyearselect {
	width: 160px;
}

.academicyearsmallselect {
	width: 143px;
}

.studyplanmodelselect {
	width: 110px;
}

.studyplanmodelselect2 {
	width: 130px;
}

.studyplanmodelselect3 {
	width: 153px;
}

.studyplanmodelselect4 {
	width: 153px;
}

.hourandminutesselect {
	width: 50px;
}

.duecentopxselect {
	width: 200px;
}

.trecentopxselect {
	width: 300px;
}

.trecentocinquantapxselect {
	width: 350px;
}

.quattrocentopxselect {
	width: 400px;
}

.cinquecentopxselect {
	width: 500px;
}

.settecentopxselect {
	width: 700px;
}

#datenicesize input[type=text] {
	width: 100px;
}

#settantapxtext input[type=text] {
	width: 70px;
}

#sessantapxtext input[type=text] {
	width: 60px;
}

#quarantacinquepxtext input[type=text] {
	width: 45px;
}

#ventipxtext input[type=text] {
	width: 20px;
}

.testo_corso {
	font-size: 75%;
    font-family: arial;
}

.divimage 
{
	width: 40px;
}

form .tabbertab fieldset {
	margin-top: 30px;
	margin-bottom: 40px;
	border-right-style: none none;
	border-left-style: none none;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none none;
	border-top-color: #C8D7E8;
	margin-left: 0px;
	padding-top: 20px;
}

#personafoto {
	float: right;
}

#backgroundfoto {
}

.personadati tr th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.teacherOfficeHoursTable td{
	width: 70px;
}

.genericTableData tr th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#contentScroll{
    overflow: auto;     
}

#contentScrollClassrooms {
	width: 100%;
	height: 400px;
    overflow: auto;     
}

#contentClassroomNames {
	width: 100%;
}

/*
#contentScrollPermissions {
	width: 100%;
	height: 400px;
    overflow: auto;     
}
*/
/*
#contentScrollRoles {
	width: 100%;
	height: 400px;
    overflow: auto;     
}
*/
#studyplanmodelcontentScroll{
     overflow: none;
}
#contentScrollStudentsBooked {
	width: 100%;
	height: 250px;
    overflow: auto;     
}

#selectStatusSspId{
	width:110px;	
}

.officeHoursSubTitle{
	text-align:center;	
}

form #tabberGraduationProcess fieldset input[type="text"], form #tabberGraduationProcess fieldset select {
	width:200px;
}

form #officeHoursDiv fieldset input[type="text"], form #officeHoursDiv fieldset select {
	width:70px;
}

/* CSS TABELLA GESTIONE AULE. LE RIGHE VENGONO COLORATE QUANDO GLI SI VA SOPRA CON IL MOUSE */

.classroom, .classroom tr, .classroom td
{
	white-space:nowrap;
	padding: 0px;
	margin: 0px;
	border-width:0px;
}
 
.evenrowInput
{
font-family:TrebuchetMS;
	 font-size:9pt;  
	 border-color:#ceddee;
	 border-style:solid;
	 border-width:1px;
	 color:black;
	 margin:0px;
	 padding:0px;
	/*background-color:#e3e3e3;*/	
	background-color:#f5fcff;
}
 
.oddrowInput
{
	font-family:TrebuchetMS;
	font-size:9pt;  
	border-color:#ceddee;
	border-style:solid;
	border-width:1px;
	color:black;
	margin:0px;
	padding:0px;
	/*background-color:#f3f3f3;*/
	background-color:#ffffff;
}
 
.highlight
{ 
	font-family:TrebuchetMS;
	font-size:9pt;  
	border-color:#ceddee;
	border-style:solid;
	border-width:1px;
	color:black;
	margin:0px;
	padding:0px;
	background-color: #d9ebf5;	 
}
 
.disabled
{
	font-family:TrebuchetMS;
	font-size:9pt;  
	border-color:#ceddee;
	border-style:solid;
	border-width:1px;
	color:black;
	margin:0px;
	padding:0px;
	/*background-color: #a5a5a5;*/
	background-color: #dedee6;
}
 
.diasbledHighlighted
{
	font-family:TrebuchetMS;
	font-size:9pt;  
	border-color:#ceddee;
	border-style:solid;
	border-width:1px;
	color:black;
	margin:0px;
	padding:0px;
	/*background-color:#8f98cf;*/
	background-color:#c1caf1;
}

.formstatisticedit textarea {
	height: 200px;
	width: 100%;
}

.formdocumentedit select {
	width: 80%;
}

/* FINE CSS TABELLA GESTIONE AULE*/

.studentdetailnote {
	width: 400px;
}
