﻿.nightandday .breadcrumb {text-align:left;}

/*.col-login {width:100%; background-color:#05ACC3;}
.col-login  a, .col-login  a:hover, .col-login span {color:white;}*/

.div-sc-workgroup {background-image:url('/_layouts/15/col/images/gruppo_di_lavoro00.jpg');width:1000px;height:160px;}

/*.div-sc-home{ width:99%;}
.div-sc-home-left{ float:left;width:69%;}
.div-sc-home-right{ float:right;width:30%;}
.div-sc-concorsi-attivi{ border: 1px dotted red;}*/

/*== FIX nightandday ==*/
.nightandday #s4-leftpanel{width:0px;}
.nightandday .s4-ca{margin-left:20px;}
.nightandday #s4-leftpanel {display: none;}
/*== FIX nightandday ==*/

/* WELCOME */
 
#nav {margin:0;	padding:0;list-style:none;}	
#nav li {float:left;display:block;width:100px;background:#E0E0E0;position:relative;z-index:500;margin:0 1px;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
#nav li.first {-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;}
#nav li.last {-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;}
#nav li li.last {-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
#nav li a {	display:block;padding:8px 5px 0 5px;font-weight:700;height:23px;text-decoration:none;text-align:center;color:#333;}
#nav li a:hover {color:#C00;}
#nav li li:hover {-webkit-transform: translate(+10px,0);}
#nav a.selected {color:#C00;}
#nav ul {position:absolute;left:0;display:none;margin:0 0 0 -1px;padding:0;list-style:none;}
#nav ul li {width:100px;float:left;border-top:1px solid #fff;}
#nav ul a {display:block;height:auto;padding: 8px 5px;color:#666;}
/* fix ie6, meglio inserirlo in un file .css separato */
*html #nav ul {margin:0 0 0 -2px;}

/* FINE WELCOME */

/* MODULO */
.modulo{width:99%;height:99%;}
/* FINE MODULO*/

/*== SEZIONE UTENTE ==*/
.div-user-new label { display:block;}
.div-user-new input[type=text], .div-user-new input[type=password] { width:250px; padding:1px; border:solid 1px #000;}
.div-user-new .prev, .next { background-color:#b0232a; padding:5px 10px; color:#fff !important; text-decoration:none;}
.div-user-new .prev:hover, .next:hover { background-color:#000; text-decoration:none;}
.div-user-new .prev { float:left;}
.div-user-new .next { float:right;}
.div-user-new #tabs { width:70%;}
.div-user-new label.error { display:inline-block; float: none; color: red; padding-left: 1em;  }
.div-user-new input.error, select.error {border: 1px solid red !important; background:none repeat scroll 0 0 #FFCACA;}
.div-user-new #sortable {
			list-style-type: none;
			margin: 5px 0 0 16px;
			padding: 0;
		}
.div-user-new #sortable li {
			margin: 3px 3px 3px 0;
                padding: 1px;
                float: left;
                width: 35px;
                height: 35px;
                font-size: 20px;
                text-align: center;
                line-height:35px;
                cursor:pointer;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
                -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
                text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
                background:#2daebf url(images/overlay.png) repeat-x scroll 50% 50%;
                color:#fff;
                font-weight:normal;
		}
.div-user-new .captcha_wrap {
			 border:1px solid #fff;
                -moz-border-radius:10px;
                -webkit-border-radius:10px;
                -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
                height:120px;
                overflow:auto;
                width:150px;
                overflow:hidden;
                margin:10px 0;
                background-color:#fff;
		}
.div-user-new .captcha {
			-moz-border-radius:10px;
                -webkit-border-radius:10px;
                font-size:12px;
                border-bottom:1px solid #CCC;
                background-color:#fff;
		}

.div-user-edit label { display:block; margin:15px 0 5px;}
.div-user-edit input[type=text], .div-user-new input[type=password] { width:300px; padding:2px; border:solid 1px #000;}			
/*== FINE SEZIONE UTENTE ==*/