﻿ul#side-menu a{
	color:#000000;
}

.MultiLineTextBox {
	resize: none;
	background-color:#EEE;
	border:1px solid #EEE;
	margin:3px 0;
}

input {
	text-transform:uppercase;
}

	input[type="password"] {
		text-transform: none!important;
	}

.small {
	font-size: small;
}
.xsmall{
	font-size:12px;
}

div.tablelb {
	position:relative;
	overflow:auto;
	height:60vh;
}
div.tablelb div{
}

	div.tablelb th {
		border: 0 !important;
		background-color: #EEEEEE;
	}

table.table th {
	border: 0 !important;
	background-color: #EEEEEE;
}
div.tablelb td {
	border: 0 !important;
}

table.table td {
	border: 0 !important;
}

.colseparatore{
	border-right:1px solid #000000!important;
}

.table-hover tr:hover {
          background-color: #ffff99!important;
}

.totali{
	background:#337AC3;
	color:#FFFFFF;
	text-align:right;
}
.totriga{
	background:#CC66FF;
	color:#FFFFFF;
	text-align:right;
}
.totincrocio{
	background:#400080;
	color:#FFFFFF;
	text-align:right;
}

.alignright{
	text-align:right;
}

.nobr {
	white-space: nowrap;
}

.margin-bottom{
	margin-bottom:5px;
}

.paneldash {
	cursor: pointer;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	color: #F6A000;
	min-height: 100px;
	padding:25px 10px;
}

	.paneldash:hover {
		cursor: pointer;
		width: 100%;
		background-color: #F6A000;
		color: #FFFFFF;
		border: 1px solid #E3E3E3;
		min-height: 100px;
	}

.panel-viole {
	border-color: #732794;
}

	.panel-viole > .panel-heading {
		border-color: #732794;
		color: white;
		background-color: #732794;
	}

	.panel-viole > a {
		color: #732794;
	}

		.panel-viole > a:hover {
			color: #CC66FF;
		}


.panel-viole2 {
	border-color: #CC66FF;
}

	.panel-viole2 > .panel-heading {
		border-color: #CC66FF;
		color: white;
		background-color: #CC66FF;
	}

	.panel-viole2 > a {
		color: #CC66FF;
	}

		.panel-viole2 > a:hover {
			color: #732794;
		}

.tabdash{
	min-height:65px;
}
.bold{
	font-weight:bold;
}
.bianco{
	color:#FFFFFF!important;
}

.navbar-top-links i {
	color: #F69F00;
}
.sidebar-nav ul li a {
	color: #000000;
}

/*** pulsante giallo ***/

.btn {
	margin-bottom: 3px;
}

.btn-giallo {
	color: #000000;
	background-color: #F69F00;
	border-color: #F69F00;
}

	.btn-giallo:focus,
	.btn-giallo.focus {
		color: #000000;
		background-color: #F69F00;
		border-color: #F69F00;
	}

	.btn-giallo:hover {
		color: #000000;
		background-color: #FFB833 !important;
		border-color: #FFB833 !important;
	}

	.btn-giallo:active,
	.btn-giallo.active,
	.open > .dropdown-toggle.btn-nero {
		color: #000000;
		background-color: #F69F00;
		border-color: #F69F00;
	}

		.btn-giallo:active:hover,
		.btn-giallo.active:hover,
		.open > .dropdown-toggle.btn-giallo:hover,
		.btn-giallo:active:focus,
		.btn-giallo.active:focus,
		.open > .dropdown-toggle.btn-giallo:focus,
		.btn-giallo:active.focus,
		.btn-giallo.active.focus,
		.open > .dropdown-toggle.btn-giallo.focus {
			color: #000000;
			background-color: #F69F00;
			border-color: #F69F00;
		}

	.btn-giallo:active,
	.btn-giallo.active,
	.open > .dropdown-toggle.btn-giallo {
		background-image: none;
	}

	.btn-giallo.disabled:hover,
	.btn-giallo[disabled]:hover,
	fieldset[disabled] .btn-giallo:hover,
	.btn-giallo.disabled:focus,
	.btn-giallo[disabled]:focus,
	fieldset[disabled] .btn-giallo:focus,
	.btn-giallo.disabled.focus,
	.btn-giallo[disabled].focus,
	fieldset[disabled] .btn-giallo.focus {
		background-color: #F69F00;
		border-color: #F69F00;
	}

	.btn-giallo .badge {
		color: #000000;
		background-color: #F69F00;
	}

/******************/
/*colore voce di menu top*/
.dropdown-toggle{
	background-color: #222222 !important;
}

.rosso{
	font-weight:bold;
	color:#FF0000;
} 

.nero {
	color: #000000;
}

.giallo {
	color: #F69F00;
}
.bkgiallo {
	background: #F69F00;
	color:#000000;
}

.revInScadenza {
	color: #66CC33;
}
.revScaduti {
	color: #FF3333;
}
.revInScadenzaPiuAvanti {
	color:#66CCFF;
}

.titologiallo {
	font-size: 20px;
	color: #F69F00;
	font-weight: 300;
}

.big {
	font-size: 14px;
}

.evidenziato {
	color: #F69F00;
	font-weight: bold;
}

.radiomarchi li {
	display: block;
	float: left;
	white-space: nowrap;
	text-align:center;
	min-height:100px;
}

/******* radio button orari *********/

.radioorari ul {
   margin:0!important;
   padding:0!important;

}

.radioorari li {
	display: block;
	float: left;
	white-space: nowrap;
	margin:10px;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.radioorari input[type=radio] {
	display: none;
	margin: 10px;
}

	/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
	.radioorari input[type=radio] + label {
		display: inline-block;
		margin: -2px;
		padding: 4px 12px;
		background-color: #e7e7e7;
		border-color: #ddd;
		cursor: pointer;
	}
	/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
	.radioorari input[type=radio]:checked + label {
		background-image: none;
		background-color: #F69F00;
	}

	.radioorari input[type=radio]:hover + label {
		background-image: none;
		background-color: #F69F00;
	}

.radioorariweek ul {
	margin: 0 !important;
	padding: 0 !important;
}

.radioorariweek li {
	display: block;
	float: left;
	white-space: nowrap;
	margin: 10px;
}

/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.radioorariweek input[type=radio] {
	display: none;
	margin: 10px;
}

	/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
	.radioorariweek input[type=radio] + label {
		display: inline-block;
		margin: -2px;
		padding: 4px 12px;
		background-color: #e7e7e7;
		border-color: #ddd;
		cursor: pointer;
	}
	/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/

	.radioorariweek input[type=radio]:hover + label {
		background-image: none;
		background-color: #F69F00;
	}


/*************************/

/***** PULSANTI ******/

.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

	.btn-social > :first-child {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 32px;
		line-height: 34px;
		font-size: 1.6em;
		text-align: center;
		border-right: 1px solid rgba(0,0,0,0.2)
	}

	.btn-social.btn-lg {
		padding-left: 61px
	}

		.btn-social.btn-lg :first-child {
			line-height: 45px;
			width: 45px;
			font-size: 1.8em
		}

	.btn-social.btn-sm {
		padding-left: 38px
	}

		.btn-social.btn-sm :first-child {
			line-height: 28px;
			width: 28px;
			font-size: 1.4em
		}

	.btn-social.btn-xs {
		padding-left: 30px
	}

		.btn-social.btn-xs :first-child {
			line-height: 20px;
			width: 20px;
			font-size: 1.2em
		}

.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0
}

	.btn-social-icon > :first-child {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 32px;
		line-height: 34px;
		font-size: 1.6em;
		text-align: center;
		border-right: 1px solid rgba(0,0,0,0.2)
	}

	.btn-social-icon.btn-lg {
		padding-left: 61px
	}

		.btn-social-icon.btn-lg :first-child {
			line-height: 45px;
			width: 45px;
			font-size: 1.8em
		}

	.btn-social-icon.btn-sm {
		padding-left: 38px
	}

		.btn-social-icon.btn-sm :first-child {
			line-height: 28px;
			width: 28px;
			font-size: 1.4em
		}

	.btn-social-icon.btn-xs {
		padding-left: 30px
	}

		.btn-social-icon.btn-xs :first-child {
			line-height: 20px;
			width: 20px;
			font-size: 1.2em
		}

	.btn-social-icon :first-child {
		border: none;
		text-align: center;
		width: 100% !important
	}

	.btn-social-icon.btn-lg {
		height: 45px;
		width: 45px;
		padding-left: 0;
		padding-right: 0
	}

	.btn-social-icon.btn-sm {
		height: 30px;
		width: 30px;
		padding-left: 0;
		padding-right: 0
	}

	.btn-social-icon.btn-xs {
		height: 22px;
		width: 22px;
		padding-left: 0;
		padding-right: 0
	}

.btn-associa {
	color: #fff;
	background-color: #444;
	border-color: rgba(0,0,0,0.2)
}

	.btn-associa:hover, .btn-associa:focus, .btn-associa:active, .btn-associa.active, .open > .dropdown-toggle.btn-associa {
		color: #fff;
		background-color: #2b2b2b;
		border-color: rgba(0,0,0,0.2)
	}

	.btn-associa:active, .btn-associa.active, .open > .dropdown-toggle.btn-associa {
		background-image: none
	}

	.btn-associa.disabled, .btn-associa[disabled], fieldset[disabled] .btn-associa, .btn-associa.disabled:hover, .btn-associa[disabled]:hover, fieldset[disabled] .btn-associa:hover, .btn-associa.disabled:focus, .btn-associa[disabled]:focus, fieldset[disabled] .btn-associa:focus, .btn-associa.disabled:active, .btn-associa[disabled]:active, fieldset[disabled] .btn-associa:active, .btn-associa.disabled.active, .btn-associa[disabled].active, fieldset[disabled] .btn-associa.active {
		background-color: #444;
		border-color: rgba(0,0,0,0.2)
	}

	.btn-associa .badge {
		color: #444;
		background-color: #fff
	}
/*********************/

/******** TABELLA INTERNA RESPONSIVE  ********/

.boxtabelle {
	background: #FFFFFF;
}

	.boxtabelle th {
		background: #F6A000!important;
		color: #FFFFFF;
	}

.tb-only {
	display: none;
}

table.table-lyresp {
	background:#FFFFFF;
}


@media (max-width: 1150px){
	table.table-lyresp {
		width: 100% !important;
	}

		table.table-lyresp tr {
			border-bottom: 1px solid #CCCCCC;
			width: 100% !important;
		}

		table.table-lyresp td {
			display: block;
			border: 0 !important;
			width: 100% !important;
			text-align:left !important;
		}

		table.table-lyresp th {
			display: none;
			text-align: left !important;
		}

	.tb-only {
		display: inline;
		font-weight: bold;
	}
}
@media (max-width: 500px) {
	
	table.table-calendario td {
		display: block;
		width: 100% !important;
	}
	table.table-calendario .ubicazione {
		margin: auto;
		float: none;
		margin-bottom:10px;
	}
}

table.tbproprietari tr:nth-child(2) td {
	background: #66CCFF !important;
}

table.table-small td{
	font-size:12px !important;
	max-width:200px;
}
/*********************************************/
/************ MAGAZZINO *************/
.ubicazione {
	width: 250px;
	font-size: 12px;
	margin: 5px;
	float: left;
}

/************************************/

/**********  CALENDARIO *************/

.numdata {
	padding: 15px;
}

.festivo {
	background-color: #FF0000;
	color: #FFFFFF;
}

.lgdata {
	width: 80px;
}

.aligncenter {
	text-align: center;
}

.backgroundToDay {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.backgroundDay {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/************************************/

/********** PAGINAZIONE **************/
.pagination-ys {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

	.pagination-ys table > tbody > tr > td {
		display: inline;
	}

		.pagination-ys table > tbody > tr > td > a,

		.pagination-ys table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 8px 12px;
			line-height: 1.42857143;
			text-decoration: none;
			margin-left: -1px;
			z-index: 2;
			color: #000000;
			background-color: #f5f5f5;
			border:1px solid #CCCCCC;
			cursor: default;
		}

		.pagination-ys table > tbody > tr > td:first-child > a,
		.pagination-ys table > tbody > tr > td:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td:last-child > a,
		.pagination-ys table > tbody > tr > td:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.pagination-ys table > tbody > tr > td > a:hover,
		.pagination-ys table > tbody > tr > td > span:hover,
		.pagination-ys table > tbody > tr > td > a:focus,
		.pagination-ys table > tbody > tr > td > span:focus {
			color: #F69F00;
			background-color: #eeeeee;
			border-color: #dddddd;
		}

		.pagination-ys table > tbody > tr:hover {
			background-color: #eeeeee !important;
		}
	.pagination-ys table > tbody > tr > td > span {
		font-weight: bold !important;
		color:#000000!important;
	}
/*******************************************************/

.obsoleto{
	color:#999999;
}

.closemenu {
	display: none;
}

.page-wrapper-open {
	margin: 0!important;
}

#ico-close {
	position: absolute;
	top: 60px;
	left: 220px;
	z-index: 20;
}
#ico-open {
	position: absolute;
	top: 51px;
	left: 0;
	padding:5px 10px 5px 15px;
	z-index: 20;
	background: #FFFFFF;
}

a.lkdefault {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}

a.lkdefault:hover {
	text-decoration: none;
	color:#F6A000;
}

a.lkdefault:visited {
	text-decoration: none;
	color: #000000;
}

a.lkdefault:after {
	text-decoration: none;
	color: #000000;
}

.boxdash{
	height:350px;
	overflow:auto;
	background:#FFF;
	margin-bottom:30px;
}

@media (max-width: 780px) {
	div#leftmenu{
		display:none;
	}
	div#navigationmenu {
		display: block;
	}
}

a.pulsRapido, a.pulsRapido:visited, a.pulsRapido:after {
	display: inline-block;
	background-color: #F69F00;
	border: 1px solid #F69F00;
	color: #FFFFFF;
	margin:10px 5px 10px 5px;
	padding:10px;
}
	a.pulsRapido:hover {
		background-color: #FFB833;
		border: 1px solid #FFB833;
		color: #000000;
	}

hr{
  border-bottom:1px solid #999999;
}

.titolo30 {
	font-size: 30px;
	color: #DC0C23;
}

div#reqemail {
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("/images/background.png") repeat top left;
	width: 100%;
	height: 100%;
}

div#reqemailin {
	background: #FFFFFF;
	margin: auto;
	width: 350px;
	margin-top: 120px;
	padding: 20px;
}

.caricamento{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url(/images/backgroundcaricamento.png) repeat top left;
}
