@charset "utf-8";

	/* TAG */
	
a, body, code, div, input, label, li, p, select, td, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E2E2E;
}

a {
	color: #009AE1;
}
a:hover, a:link {
	color: #606060;
}

body {
	margin: 0;
	text-align: left;
	background-color: #FFF;
}
body.none {
	background: none;
}

div {
	width: 100%;
	float: left;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

p {
	margin: 10px 0 0 0;
}

video, iframe {
	max-width: 100%;
}

	/* CLASSI */

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.nomargin {
	margin: 0 !important;
}
.result {
	width: 100%;
	padding: 0px;
	text-align: left;
	font-weight: 700;
	color: #F00;
	line-height: 16px;
	float: left;
}

	/* PERSONALIZZAZIONE JQUERY-UI */

.ui-datepicker-title {
	width: auto;
	float: none;
}

	/* PERSONALIZZAZIONE BOOTSTRAP */

.row {
	margin-left: 0;
	margin-right: 0;
}

button span.glyphicon {
	margin-right: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #337AB7;
	color: #FFF;
}

.nav-pills > li.disabled {
	background-color: #F5F5F5;
}
.nav-pills > li.disabled > a {
	color: #C1C1C1;
}

.panel-body {
	background-color: #F8F8F8;
}
.panel .table {
	margin-bottom: 0;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	border: 0;
}

.input-group {
	float: none;
}

input[type="checkbox"], input[type="radio"] {
	width: auto;
}
input[type="checkbox"] {
	height: auto;
	margin: 10px 0;
	background: none;
	border: 0;
	box-shadow: none;
}
.checkbox input[type="checkbox"] {
	height: auto;
	margin-top: 0;;
}

.help-block {
	margin-bottom: 0;
}

.nav-pills > li {
	margin-bottom: 2px;
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	font-weight: 700;
	text-align: center;
}

	/* PERSONALIZZAZIONE CKEDITOR */

.cke_reset {
	width: 100% !important;
}

	/* PERSONALIZZAZIONE MULTIPLE-SELECT */

.ms-choice {
	height: 34px;
}
.ms-choice > div {
	top: 5px;
}
.ms-drop input[type="checkbox"] {
	margin-right: 5px;
}

	/* CONTAINER */

header {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #D0D0D0;
	background-color: #E0E0E0;
	float: left;
}

.main-container {
	padding: 20px 0;
	background-color: #FFF;
}

footer {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #D0D0D0;
	background-color: #E0E0E0;
	float: left;
}

#back-top {
	width: 100px;
	border: 1px solid #D2D2D2;
	background: #F7F7F7;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 10px; 
	right: 10px;
	cursor: pointer;
	display: none;
	color: #333;
	font-size: 100%;
}

	/* HEADER */

#header-logo img:first-child {
	display: none;
}
#header-logo img:last-child {
	display: block;
}

#header-switch {
	margin: 10px 0;
	padding: 0;
}

#header-info {
	margin-top: 20px;
}
#header-info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#header-info a:hover {
	color: #009AE1;
}
#header-info a:before {
	content: "|";
	margin-right: 5px;
}
#header-info a:first-child:before {
	content: "";
}
#header-info small, #header-info summary {
	display: none;
}
#header-info a.user {
	font-weight: 400;
}
#header-info a.user:before {
	content: "";
	margin-right: 0;
}

	/* FOOTER */

footer div, footer div a {
	text-decoration: none;
	text-align: center;
}	
#footer-credits {
	margin-top: 10px;
}

	/* LOGIN */

#content-login {
	max-width: 370px;
	margin: 0 auto;
	float: none;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.form-signin input[type=checkbox] {
	margin: 0;
}

	/* ELENCO RISULTATI */

#title-header .pagination {
	margin-bottom: 0;
}
#title-footer .pagination {
	margin-top: 0;
}
#title-header .dropdown, #title-footer .dropdown {
	width: auto;
	float: none;
}
#title-header .dropdown-menu, #title-footer .dropdown-menu {
	position: relative;
	float: none;
}
.title-breadcrumb {
	margin-bottom: 0;
	padding: 0;
	background: none;
}
.title-button {
	margin-bottom: 20px;
	text-align: center;
}
.title-button button {
	margin-bottom: 10px !important;
	margin-left: 5px;
	margin-right: 5px;
}
.title-button .dropdown button {
	margin-bottom: 0 !important;
}
.title-view {
	text-align: right;
}
.title-pagination {
	text-align: center;
}
.dropdown-action {
	display: none;
}
.pagination .page-pointer a {
	background: none;
	border: 0;
}
.pagination .page-pointer a:hover {
	background: none;
}
.pagination .page-previous a {
	margin-right: 5px;
}
.pagination .page-next a {
	margin-left: 5px;
}
.select-show {
	width: auto;
	display: inline;
}
.title-date {
	margin-top: 20px;
	color: #F00;
	font-weight: bold;
	text-align: center;
}
#title-footer .title-date {
	margin-top: 0;
	margin-bottom: 20px;
}

#search-engine {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
#search-button {
	margin-top: 20px;
	text-align: center;
}

#item-list.panel-body {
	background-color: #FFF;
}
table.table-inner {
	border: 1px solid #999;
}
.row-open:hover {
	cursor: pointer;
}
th a {
	color: #8A6D3B;
	text-decoration: underline;
}
#item-list tr.marked td {
	font-weight: 700;
}
#item-list .icon-list-ok {
	color: #00D900;
}
#item-list .icon-list-ko {
	color: #F00;
}
#item-list .icon-list-par {
	color: #F90;
}
#item-list .icon-list-del {
	color: #000;
}
#item-list .dropdown button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#item-list .dropdown button:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dropdown-menu li a {
	cursor: pointer;
}
.cols-xs {
	display: table-cell;
}
.cols-sm, .cols-md, .cols-lg {
	display: none;
}
#item-list tr td {
	word-break: break-word;
}

	/* SCHEDA ELEMENTO */
	
#item-data .panel-heading {
	padding: 0;
}
.item-label {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FAEBCC;
	font-weight: bold;
}
.item-label.item-required:before {
	content: "*";
	margin-right: 10px;
	color: #F00;
}
.item-value {
	padding-bottom: 15px;
	text-align: left;
}
.item-button {
	padding-top: 20px;
	border-top: 1px solid #FAEBCC;
	text-align: center;	
} 
.select-mini {
	background-color: #EEE;
	border: 0;
	font-size: 14px;
}
.input-add {
	width: 85%;
	float: left;
}

.tab-pane table th, .tab-pane td {
	text-align: center;
}
.tab-pane table th.text-left, .tab-pane td.text-left {
	text-align: left;
}
.tab-pane table th.text-right, .tab-pane td.text-right {
	text-align: right;
}
.tab-pane table th.header, .tab-pane td.header {
	background-color: #D6D6D6;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.header {
	background-color: #D6D6D6;
}
.tab-pane table input[type=checkbox] {
	width: 100%;
}
.tab-pane table div.checkbox input[type=checkbox] {
	width: auto;
}
.tab-pane table .help-block {
	display: inline;
}
.tab-disabled {
	background-color: #EEE;
}
.item-label .help-block {
	font-weight: normal;
}

.nav-tabs li span {
	margin-left: 5px;
}
input.error, select.error, textarea.error {
	border: 2px solid #A94442 !important;
}
.label-error {
	width:100%;
	margin: 5px 0;
	color: #A94442;
	float: left;
}
.label-error span {
	margin-right: 5px;
}
.alert-validate {
	font-weight: bold; 
	display: none;
}

.row-space td {
	background-color: #CCC;
}
.row-total td {
	text-align: right;
}
.row-total td:first-child {
	padding-top: 12px;
}
.row-total td:first-child span {
	margin-left: 20px;
}
.row-total td:first-child input {
	width: 50px;
	background: none;
	border: 0;
	text-align: right;
}
.input-mini {
	width: auto;
	float: left;
}
.checkbox-list {
	padding: 6px 12px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
	overflow-y: auto;
}
.select-multiple, .select-tokenize {
	padding: 0;
	border: 0;
	height: auto;
}

	/* UPLOAD */

div.popup {
	width: 175px;
	height: 160px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
	text-align: center;
	float: left;
}
div.popup_big {
	width: 175px;
	height: 160px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px 190px;
	text-align: center;
	float: left;
}
div.popup_form {
	width: 48px;
	height: 50px;
	margin: 10px 249px 0px 249px;
	text-align: center;
	float: left;
}

	/* INPUT FILE */

span#stylefileinput-blob {
	position: relative;
	display: block;
	float: left;
}
span#stylefileinput-blob span {
	position: absolute;
	display: block;
	top: 0;
	overflow: hidden;
	z-index: 1;
	width: 48px;
	height: 48px;
	opacity: 0;
	filter: alpha(opacity=0);
}
span#stylefileinput-blob span input {
	position: absolute;
	left: -140px;
	height: 48px;
	cursor: pointer;
}
span#stylefileinput-blob input.stylefileinput-button {
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	background: url(../images/icon/input.png) 0 0 no-repeat;
	border: none;
}
span#stylefileinput-blob input.stylefileinput-button.active {
  background: url(../images/icon/input_over.png) 0 0 no-repeat;
}
span#stylefileinput-blob input.stylefileinput-button.hover {
  background: url(../images/icon/input_over.png) 0 0 no-repeat;
}
span#stylefileinput-blob strong {
	position: absolute;
	bottom: 5px;
	left: 50px;
	font-size: 14px;
}
span#stylefileinput-blob a {
	position: absolute;
	top: 10px;
	left: 50px;
	font-size: 12px;
}
#upload_form select {
	margin-bottom: 20px;
}

	/* OFFERTE */
	
.table-offer td { border: 1px solid #CCC; padding: 5px; }
.table-offer table td { text-align: left; border: none; }
.table-offer td.title { background-color: #DDD; }
.table-offer td.intest { background-color: #EEE; }


/* ---------------------------------------------------
	Small devices (tablets, 768px and up)
--------------------------------------------------- */
@media screen and (min-width: 768px) {
	
	/* HEADER */
	
#header-logo img:first-child {
	display: block;
}
#header-logo img:last-child {
	display: none;
}
	
	/* FOOTER */

#footer-disclaimer {
	text-align: left;
}
#footer-credits {
	margin-top: 0;
	text-align: right;
}

	/* ELENCO RISULTATI */

.cols-sm {
	display: table-cell;
}

	/* SCHEDA ELEMENTO */

.item-label {
	padding-top: 20px;
	text-align: right;
}
.item-value {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FAEBCC;
}
.input-add {
	width: 90%;
}

}


/* ---------------------------------------------------
	Medium devices (desktops, 992px and up)
--------------------------------------------------- */
@media screen and (min-width: 992px) {

	/* HEADER */

#header-info {
	margin-top: 0;
}
#header-info small, #header-info summary {
	display: block;
}

	/* ELENCO RISULTATI */
	
#title-header .dropdown, #title-footer .dropdown {
	float: left;
}
#title-header button, #title-footer button {
	float: left;
}
#title-header .dropdown-menu, #title-footer .dropdown-menu {
	position: absolute;
	float: left;
}
.title-button {
	margin-bottom: 0;
	text-align: left;
}
.title-button button {
	margin-bottom: 0;
}
.title-pagination {
	text-align: right;
}
.dropdown-action {
	display: block;
}
.cols-md {
	display: table-cell;
}

}


/* ---------------------------------------------------
	Large devices (large desktops, 1200px and up)
--------------------------------------------------- */
@media screen and (min-width: 1200px) {

	/* ELENCO RISULTATI */

.cols-lg {
	display: table-cell;
}	

	/* SCHEDA ELEMENTO */

.input-add {
	width: 93%;
}

}