@charset "utf-8";
/* CSS Document */

.btn-group-xxl > .btn, .btn-xxl {
    border-radius: 4px;
    font-size: 22px;
    line-height: 1.33333;
    /*padding: 20px 26px;
	width:400px;*/
}

.btn-group-xxxl > .btn, .btn-xxxl {
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.33333;
    padding: 20px 26px;
	width:450px;
}

section {
	padding-top:60px;
}

.section-page {
  height: 100vh;
}

.section-title hr {
    border-color: #198c8e;
    border-width: 4px;
    clear: both;
    float: left;
}

.panel-default > .panel-heading {
    background-color: #337AB7;
    border-color: #2e6da4;
    color: #FFF;
	font-size:22px;
	padding:10px;
}

.panel-body {
	font-size: 12px;
}

input {
    line-height: normal;
}

.ui-jqgrid tr.ui-search-toolbar td > input {
	height:25px;
	font-weight:normal;
}

hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.elenco {
	margin-bottom:10px;
}

h2, .jumbotron h2 {
    font-size: 30px;
	color:#198c8e;
	font-weight:600;
}

h4, .jumbotron h4 {
    font-size: 18px;
	color:#007979;
	font-weight:600;
}

.text-bottom {
  color: #fff;
  margin: 10px 0;
}

.btn-default {
    background: #eee none repeat scroll 0 0;
    border-color: #ccc;
    color: #333;
    height: 34px;
}

.form-horizontal .control-label {
    text-align: left;
}

.navbar-fixed-top {
    border-width: 0 0 2px;
    top: 0;
}

.navbar-default {
  background-color: #fff !important;
  border-color: #198c8e !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background-color: #F90 !important;
  /*background-color: #FF7C80 !important;*/
}

.nav-pills > li > a {
    border-radius: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #FF9900;
    color: #fff;
}

.dropdown-menu {
	overflow-y: auto;
}

.dropdown-menu > li > a {
    color: #777 !important;
	/*font-size:16px;*/
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    /*background-color: #ffe5e6;*/
	background-color: #F5F5F5; 
    color: #262626;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	/*text-decoration: underline;
    color: #198c8e;
    background: rgba(255,153,0,0.2);*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: rgba(112,182,43,0.2);
    color: #555;
}

.img-home {
	color: inherit;
	background-color: #fff;
	background: url("../img/lavagna.jpg") no-repeat scroll 0 0 / 100% auto;
	/*background:url("../img/lavagna.jpg") no-repeat center top scroll;
	background-size: 100% auto;*/
	padding-bottom:64%;
	margin-top:-28px;
	/*background-size: cover;
	height: 100%;
	width: 100%;*/
}

fieldset {
    border: 1px solid silver;
    padding: 50px 0.625em 0.75em;
	position:relative;
}

legend {
	border:none;
	text-align:center;
	color:#198c8e;
	font-weight:600;
	position:absolute;
	top:10px;
}

label {
	padding:7px 15px 0 0 !important;
}

.select {
	width:100%;
}

.btn-success {
  color: #fff;
  background-color: #198c8e !important;
  border-color: #4cae4c;
}

.btn-warning {
  color: #fff;
  background-color: #F90 !important;
  border-color: #FF8000;
  /*color: #fff;
  background-color: #FF7C80 !important;
  border-color: #DF6A24;*/
}

.panel-title {
    font-size: 30px;
	text-align:center;
	font-weight:600;
}

.panel-success {
    border-color: #198c8e;
}

.panel-success > .panel-heading {
    background-color: #198c8e;
    border-color: #198c8e;
    color: #fff;
}

.navbar-brand {
  height: 70px !important;
  padding: 8px 15px !important;
}

.img-responsive {
	display:inline;
}

.form-control:focus {
  border-color: #ccc;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor:default;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .login-help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #F00000;
}

.has-error .form-control {
	border: solid 2px #F00000;
}

.lavagna {
	color:#FFF;
	margin:20% 30% 0 8%;
	font-size:26px;
}

.section-title h2 {
	font-size:28px;
	text-transform:uppercase;
}

.section-title h4 {
	font-size:18px;
	text-transform:uppercase;
}

.fontLogo {
	font-size:46px;
}

#divLogin {
	margin:0 auto;
	width: 400px;
	background:#FFF;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	padding: 10px 20px !important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
	margin-bottom:0 !important;
	padding: 8px 12px !important;
}

/*input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	margin-bottom:0 !important;
	height:40px !important;
	padding: 8px 12px !important;
}*/

.form-login .login-btn {
	color:#8A8A8A !important;
}

.form-login .login-btn:focus, .form-login .login-btn:hover {
	color:#FFF !important;
}

.form-login, .form-changePsw {
    /*min-width: 400px;*/
	padding:50px 50px 0;
	margin-bottom:50px;
}

.form-login .field, .form-changePsw .field {
    position: relative;
}
.form-login .field i, .form-changePsw .field i {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    color: #777777;
    height: 36px;
    left: 0;
    line-height: 42px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 36px;
}
.form-login input[type="text"], .form-login input[type="password"], .form-changePsw input[type="text"], .form-changePsw input[type="password"] {
    /*background: #D2E7EA none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 3px 2px rgba(0, 0, 0, 0.1) inset;*/
    color: #777;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease-out 0s;
	width:240px;
}
.form-login input[type="text"]:hover ~ i, .form-login input[type="password"]:hover ~ i, .form-changePsw input[type="text"]:hover ~ i, .form-changePsw input[type="password"]:hover ~ i {
    color: #FF9900;
}
.form-login input[type="text"]:focus ~ i, .form-login input[type="password"]:focus ~ i, .form-changePsw input[type="text"]:focus ~ i, .form-changePsw input[type="password"]:focus ~ i {
    color: #198c8e;
}
.form-login input[type="text"]:focus, .form-login input[type="password"]:focus, .form-login button[type="submit"]:focus, .form-changePsw input[type="text"]:focus, .form-changePsw input[type="password"]:focus, .form-changePsw button[type="submit"]:focus {
    outline: medium none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgb(204, 204, 204);
}

.aLinkV {text-decoration: none; color:#fff}
.aLinkV a:link {text-decoration: none; color:#fff;}
.aLinkV a:visited {text-decoration: none; color:#fff;}
.aLinkV a:hover {text-decoration:none; font-weight:bold; color:#fff; }

.cookieChoiceInfo A:link {text-decoration: none; color:#fff; font-size:14px;}
.cookieChoiceInfo A:visited {text-decoration: none; color:#fff; font-size:14px;}
.cookieChoiceInfo A:hover {text-decoration:none; color:#fff; font-size:14px; }

.credits { text-decoration: none; font-size: 11px; color: #fff;}
.credits A:link { text-decoration: none; font-size: 11px; color:#fff;}
.credits A:visited { text-decoration: none; font-size: 11px; color:#fff;}
.credits A:hover { text-decoration:underline; font-size: 11px; }

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  .container-fluid {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .container-fluid {
    width: 1570px;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
	background-color:#FFF;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
	font-weight:500 !important;
	text-transform:uppercase !important;
	line-height: 40px !important;
  }
  .dropdown-menu > li > a {
	/*font-weight:500 !important; Commentato per compatibilità ruoli lavoratori
	text-transform:uppercase !important;
	line-height: 40px !important;*/
  }
}

@media (max-width: 1400px) {
	.login-sez{
		float: left !important;
	}
	.login-sez .form-group {
		margin-bottom: 0;
	}
}

@media (max-width: 1200px) {
	.login-sez .dropdown-menu {
		margin-top: -125px !important;
		margin-left: 20px !important;
		left: 100%;
	}
}

@media (max-width: 768px) {
	.form-login {
		line-height:0.5;
		font-size:12px;
	}
	.form-login .login-btn {
		padding: 4px 12px;
		font-size:12px;
	}
  	.form-login input[type="text"], .form-login input[type="password"] {
		padding: 7px;
		height:28px;
	}
	.form-login input[type="text"].campoNonValorizzato, .form-login input[type="password"].campoNonValorizzato {
		padding: 7px;
		height:28px;
	}
	.btn-group-xxl > .btn, .btn-xxl {
		/*border-radius: 4px;
		font-size: 18px;
		line-height: 1.33333;
		padding: 16px 10px;
		width:260px;*/
	}
	.btn-group-xxxl > .btn, .btn-xxxl {
		border-radius: 4px;
		font-size: 16px;
		line-height: 1.33333;
		padding: 16px 10px;
		width:260px;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: #fff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
				box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	  }
}

@media only screen and (max-width: 500px) {
	#divLogin {
		width: auto;
	}
	.form-login {
		padding: 30px 20px 0;
	}
	.smaller-img {
		max-width:30px;
	}
	.form-login input[type="text"], .form-login input[type="password"] {
		margin-left: 40px;
		width: 210px;
	}
	.jumbotron {
		padding-top: 0 !important;
		background-color:#FFF;
	 }
	 .page-header {
		 margin:0;
	 }
}
