html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 0.83em;
	font-family: Tahoma, Geneva, sans-serif;
}

body {
	background-repeat: no-repeat;
	background-position: center 37px;
	background-color: #efefef;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.4em;
	color: #FE6903;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.2em;
	color: #1C94C4;
}

a {
	font-size: 1em;
	color: #FE6903;
}

#header {
	/*border-bottom: 1px solid;*/
	padding: 4px 2px 2px;
}

#header a {
	font-size: 1em;
}

#footer {
	border-top: 1px solid;
	padding: 2px 20px 2px 2px;
	width: 100%;
}

#content {
	padding-left: 5px;
	padding-right: 5px;
}

/* Messaggi di errore etc.*/
#flashmessage {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#flashmessage li {
	list-style: none;
	color: red;
	font-weight: bold;
}

#header #nome-locale {
	position: absolute;
	right: 15px;
	top: 9px;
	z-index: 1;
	font-weight: bold;
	font-size: 17px;
	color: #1c94c4;
}

/* Table */
#lista {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#lista th {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 8px;
	border-bottom: 2px solid #999;
}

#lista td {
	padding: 7px 7px 0 7px;
}

table.view td {
	padding: 5px;
	font-size: 14px;
}

table.view td.label {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

/* style form */
form dl.zend_form {
	line-height: 22px;
}

form dl.zend_form dt {
	display: block;
	float: left;
	clear: left;
	padding-bottom: 3px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	line-height: 26px;
	width: 220px;
}

form dl.zend_form dt label.required {
	color: #111;
	line-height: 26px;
}

form .zend_form label .virtual {
	color: #1c94c4;
}

form dl.zend_form dd {
	float: left;
	padding-bottom: 3px;
}

form dl.zend_form input, form dl.zend_form select,
form dl.zend_form input, form dl.zend_form .select2-container {
	position: relative;
	left: -15px;
}


form dl.zend_form .description {
	position: relative;
	left: -8px;
	color: #939393;
	font-weight: bold;
	max-width: 400px;
}

ul.errors {
	margin: 0;
	padding: 0;
}

ul.errors li {
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	color: #C00;
}

form dl.zend_form input.submit,
form dl.zend_form input[type=submit],
form .zend_form button.chiudi,
form table.zend_form input.submit,
form table.zend_form input[type=submit] {
	min-width: 80px;
	position: relative;
	margin-top: 5px;
}

form dl.zend_form input.file, form dl.zend_form input[type=file], form dl.zend_form input.password, form dl.zend_form input[type=password], form dl.zend_form input.text, form dl.zend_form input[type=text], form dl.zend_form select, .pbselect {
	background-color: #ffedc5;
	border: 1px solid #CCC;
	width: 400px;
	height: 20px;
	line-height: 19px;
	font-size: 12px;
	color: #1B3E46;
	background-image: url(input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}

form table.zend_form input.text, form table.zend_form input[type=text] {
	background-color: #ffedc5;
	border: 1px solid #CCC;
	width: 120px;
	height: 20px;
	line-height: 19px;
	font-size: 12px;
	color: #1B3E46;
	background-image: url(input_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}

form .zend_form select.multiselect {
	height: auto;
}

#eventi_associati {
	border: 1px solid #CCC;
	width: 401px;
	min-height: 40px;
	margin-left: -15px;
	padding: 2px;
	line-height: 20px;
}

#eventi_associati_vuoto {
	list-style: none;
	line-height: 40px;
	width: 100%;
	color: #999;
	text-align: center;
}

#eventi_disponibili {
	position: absolute;
	top: 71px;
	left: 670px;
	width: 365px;
	min-height: 40px;
	border: 1px solid #CCC;
	padding: 2px;
	line-height: 20px;
}

#eventi_disponibili_label {
	position: absolute;
	top: 53px;
	left: 670px;
	font-weight: bold;
}

#eventi_disponibili li, #eventi_associati li {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2px;
	list-style: none;
}

#slide_disponibili img {
	max-width: 100%;
	height: 100%;
}

#slides_associati img {
	height: 100px;
	/*max-height:100px;*/
}

#slide_disponibili {
	position: absolute;
	top: 200px;
	left: 670px;
	width: 310px;
	min-height: 40px;
	border: 1px solid #CCC;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 20px;
}

#slide_disponibili_label {
	position: absolute;
	top: 175px;
	left: 670px;
	font-weight: bold;
}

#slide_disponibili li, #slides_associati li {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	height: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

#slide_disponibili li .cancella-slide {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

#slides_associati li .cancella-slide {
	display: none;
}

#slides_associati {
	border: 1px solid #CCC;
	width: 401px;
	margin-left: -15px;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}

#slides_associati_vuoto {
	list-style: none;
	line-height: 100px;
	width: 100%;
	color: #999;
	text-align: center;
}

.flash_container {
	z-index: 0;
}

.flash_container_cover:hover {
	background-color: #fed22f;
}

div.flash_container_cover {
	z-index: 10;
	position: relative;
	left: 0;
}

#slide_disponibili .flash_container_cover {
	top: -106px;
}

#slides_associati .flash_container_cover {
	top: -107px;
}

.ui-state-highlight div.flash_container_cover {
	background-color: #fed22f;
}

form dl.zend_form select, .pbselect {
	width: 407px;
	height: 26px;
}

form dl.zend_form input.checkbox, form dl.zend_form input[type=checkbox] {
	background-color: #ffedc5;
	border: 1px solid #CCC;
	height: 22px;
}

form dl.zend_form input.file:hover, form dl.zend_form input[type=file]:hover, form dl.zend_form input.text:hover, form dl.zend_form input[type=text]:hover, form dl.zend_form select:hover, .pbselect:hover, form dl.zend_form input.checkbox:hover, form dl.zend_form input[type=checkbox]:hover, form dl.zend_form input.password:hover, form dl.zend_form input[type=password]:hover, #eventi_associati:hover, form table.zend_form input.text:hover, form table.zend_form input[type=text]:hover {
	border: 1px solid #f39814;
}

form dl.zend_form .radio {
	width: 25px;
}

form dl.zend_form .readonly {
	background: #E8E8E8;
}

.cassa_postounico {
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	width: 80%;
	height: 300px;
	border: 1px solid #999;
	border-radius: 20px;
	background-color: #FE6903;
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 140px;
}

/* stilo della cassa */
#feedback {
	font-size: 1.4em;
}

#cassa_layout {
	position: absolute;
	width: auto;
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	bottom: 0;
	top: 60px;
	height: 91%;
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}

#cassa_layout tr td {
	vertical-align: top;
}

.turno-fisso-layout #cassa_layout tr td {
	height: 100%;
}

#cassa_titoli .ui-selecting, #cassa_sale .ui-selecting {
	background: #FECA40;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#cassa_titoli .ui-selected, #cassa_sale .ui-selected {
	background: #FE6903;
	color: white;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#cassa_titoli, #cassa_sale {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 100% !important;
	position: relative;
	display: block;
	height: 91%;
	height: calc(100% - 32px);
	height: -webkit-calc(100% - 32px);
}

#cassa_titoli li, #cassa_sale li {
	padding: 0.4em;
	font-size: 1.4em;
	height: 18px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 2px;
}

#cassa_titoli li form {
	display: none;
}

#cassa_posti {
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	margin-left: 3px;
	background-image: none !important;
	background-color: transparent !important;
}

#cassa_posti #cassa_posti_header {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	z-index: 1;
	width: auto;
}

#cassa_posti #cass_infosala {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	width: auto;
	z-index: 1;
	border-left: solid #DDD 1px;
	background-color: #BAC2C3;
	padding-left: 5px;
}

#cassa_posti #cass_infosala #zoom_slider {
	width: 250px;
	float: right;
	margin-right: 6px;
	margin-top: 0.15em;
}

#cassa_posti #cass_infosala #zoom_slider_label {
	float: right;
	margin-right: 10px;
}

#cassa_posti #cass_posti_scroller {
	margin: 0;
	padding: 0;
	width: inherit;
	overflow: auto;
	height: 98%;
	height: calc(100% - 32px);
	height: -webkit-calc(100% - 32px);
}

#cassa_posti div.cass_posti_container {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	height: 98%;
	height: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	width: 98%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}

#istruzione_sala {
	text-align: center;
	padding-top: 40%;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

/* button color schemes start*/
#cassa_posti div.cass_posti_container div.cassa_posto, #cassa_posti div.cass_posti_container div.cassa_settore {
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#cassa_posti div.cass_posti_container div.cassa_settore.disabled {
	cursor: default;
	background-color: #ebebeb;
}

#cassa_posti div.cass_posti_container div.cassa_settore.disabled span {
	cursor: default;
}

#cassa_posti div.cass_posti_container div.cassa_posto span,
#cassa_posti div.cass_posti_container div.cassa_settore span {
	color: #666;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin-left: -1px;
}

#cassa_posti div.cass_posti_container div.cassa_posto.small span {
	display:none;
}

#cassa_posti div.cass_posti_container div.cassa_posto.small:hover span {
	display: block;
}

#cassa_posti div.cass_posti_container div.cassa_settore span {
	font-size: 22px;
}

#cassa_posti div.cass_posti_container div.posto_occupato span, #cassa_posti div.cass_posti_container div.posto_prenotato span, #cassa_posti div.cass_posti_container div.posto_selected span {
	color: white;
	text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

#cassa_posti div.cass_posti_container div.posto_occupato {
	background-color: red;
}

#cassa_posti div.cass_posti_container div.posto_prenotato {
	background-color: #ff00ea;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_prevenduto {
	background-color: #000088;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_prevenduto.posto_selected {
	background-color: #F39814;
}

#cassa_posti div.cass_posti_container div.posto_selected {
	background-color: #F39814;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.ui-selecting, #cassa_posti div.cass_posti_container div.ui-selected {
	background: #FECA40 !important;
	border: 1px solid #f39814;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.cassa_posto:hover, #cassa_posti div.cass_posti_container div.cassa_settore:not(.disabled):hover {
	background-color: #ffedc5;
	border: 1px solid #f39814;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.posto_occupato:hover, #cassa_posti div.cass_posti_container div.posto_prenotato:hover, #cassa_posti div.cass_posti_container div.posto_selected:hover {
	border: 1px solid #CCC;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: .9;
	-moz-opacity: .9;
}

#cassa_posti div.cass_posti_container div.posto_occupato:hover {
	background-color: red;
}

#cassa_posti div.cass_posti_container div.posto_prenotato:hover {
	background-color: #ff00ea;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_prevenduto:hover {
	background-color: #000088;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_prevenduto.posto_selected:hover {
	background-color: #F39814;
}

#cassa_posti div.cass_posti_container div.posto_selected:hover {
	background-color: #F39814;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.cassa_posto:active, #cassa_posti div.cass_posti_container div.cassa_settore:not(.disabled):active, #cassa_posti div.cass_posti_container div.posto_selected:active {
	background-color: white !important;
}

#cassa_posti div.cass_posti_container div.posto_occupato:active {
	background-color: red !important;
}

#cassa_posti div.cass_posti_container div.posto_prenotato:active {
	background-color: #ff00ea !important;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_prevenduto:active {
	background-color: #000088 !important;
}

/*colore sfondo posti per priorità*/
div.cassa_posto.pr1 {
	background-color: #e0f9e0;
}

div.cassa_posto.pr2 {
	background-color: #f9eee0;
}

div.cassa_posto.pr3 {
	background-color: #e3eef9;
}

div.cassa_posto.pr4 {
	background-color: #f4ede6;
}

div.cassa_posto.pr5 {
	background-color: #f9e0e0;
}

div.cassa_posto.pr6 {
	background-color: #ededed;
}

div.cassa_posto.pr7 {
	background-color: #ecf9f5;
}

div.cassa_posto.pr8 {
	background-color: #ededed;
}

div.cassa_posto.pr9 {
	background-color: #cdb5cd;
}

div.cassa_posto.pr10 {
	background-color: #fff;
}

/*gestione posti handicap e Accompagnatori*/
#cassa_posti div.cass_posti_container div.cassa_posto.posto_h {
	background-image: url(../images/handicap.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #005a9c;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.posto_occupato.posto_h {
	background-color: #ff0000;
}

#cassa_posti div.cass_posti_container div.posto_prenotato.posto_h {
	background-color: #ba00fc;
}

#cassa_posti div.cass_posti_container div.posto_selected.posto_h {
	background-color: #00bafc;
}

#cassa_posti div.cass_posti_container div.cassa_posto.posto_a div.div_a {
	background-image: url(../images/acc_handicap.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #005a9c;
	height: 15px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti div.cass_posti_container div.posto_n {
	position: absolute;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../images/handicap.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #005a9c;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

#cassa_posti .tooltip-prenotazione {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	border: 1px solid #707070;
	color: white;
	padding: 5px 9px 3px;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	z-index: 99999;
}

#cassa_posti .tooltip-prenotazione h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

/* button color schemes end*/
#cassa_layout #cassa_prezzi {
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#cassa_layout #prezziTableContainer {
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 81%;
	height: calc(100% - 49px);
	height: -webkit-calc(100% - 49px);
}

#cassa_prezzi_table td {
	border-left: solid #DDD 1px;
	border-top: solid #DDD 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	font-weight: bold;
}

#cassa_prezzi_table th {
	border-left: solid #DDD 1px;
	background-color: #CCC;
}

#cassa_prezzi_table tr {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#cassa_prezzi_table .left {
	text-align: left;
	padding-left: 5px;
	border-left: none;
}

table caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	background-color: #F8F8F8;
	border: solid #DDD 1px;
	border-bottom: none;
}

#cassa_layout td.cassa_leftcol {
	width: 25%;
	min-width: 100px;
	padding: 0;
	margin: 0;
}

#cassa_layout td.cassa_leftcol li {
	overflow: hidden;
	display: block;
}

#cassa_layout td.cassa_leftcol li div {
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	position: absolute;
}

#cassa_prezzi_table tr.ui-selecting {
	background: #FECA40;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#cassa_prezzi_table tr.ui-selected {
	background: #FE6903;
	color: white;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#cassa_layout #cassa_incasso {
	height: 56px;
	color: #1C94C4;
	font-weight: bold;
	padding-top: 3px;
}

#cassa_dp, #cassa_totale {
	display: inline;
	line-height: 28px;
}

#cassa_totale {
	color: #fe6903;
	font-size: 30px;
}

#cassa_importo, #cassa_resto {
	margin: 0;
	margin-right: 5px;
	padding: 0;
	height: 21px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#cassa_resto {
	margin-top: 2px;
	color: maroon;
}

#cassa_importo {
	color: green;
}

#cassa_incasso_table {
	width: 100%;
}

#cassa_incasso_table td {
	border-left: solid #DDD 1px;
	padding-left: 5px;
}

#cassa_eventi_header {
	border-right: none;
	padding-left: 5px
}

#cassa_titoli_header {
	border-left: solid #DDD 1px;
	background-color: #BAC2C3;
	color: #000;
	font-weight: bold;
	padding-left: 5px;
}

#cassa_leftcol_header_filler {
	border-left: none;
	padding-left: 5px;
}

#cassa_sale_header {
	border-left: solid #DDD 1px;
	border-right: solid #DDD 1px;
	background-color: #BAC2C3;
	color: #000;
	font-weight: bold;
	padding-left: 5px;
}

.turno-fisso-layout #cassa_layout {
	position: static;
	top: auto;
	height: auto;
	bottom: auto;
	width: 100%;
}

#cassa-header-right-buttons {
	position: absolute;
	right: 89px;
	top:10px;
}

#div_orario_cassa {
	position: absolute;
	top: 7px;
	right: 6px;
	height: 24px;
	font-size: 28px;
	font-weight: bold;
	color: #000066;
}

#cassa_header_left_table #date_select label {
	font-weight: bold;
	color: #FE6903;
	font-size: 14px;
}
#cassa_header_left_table #date_select input {
	width: 80px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
}

/* cassa fine*/

#event_view {
	position: absolute;
	top: 6em;
	right: 30em;
	padding: 1em;
	background: #ffc;
	border: 1px solid #dda;
	width: 170px;
	height: 110px;
}

/*Datatables*/
.css_right {
	float: right;
}

.css_left {
	float: left;
}

.lighter {
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-khtml-opacity: .9;
	-moz-opacity: .9;
	font-size: 12px;
}

/*Fine Datatables*/

/* MENU */
.hidden {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* FINE MENU */

/* home carousel */

#carousel {
	width: 760px;
	height: 200px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -370px;
	z-index: 0;
}

#carousel a {
	position: absolute;
	width: 110px;
}

#carousel a img {
	border: none;
}

#dashboard {
	margin-left: 2%;
	margin-top: 2%;
}

#dashboard a {
	display: block;
	float: left;
	padding: 20px;
	background: white;
	margin: 15px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 180px;
	transition: 0.3s;
	text-decoration: none;
}
#dashboard a:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#dashboard a img {
	max-width: 100px;
	margin: auto;
	display: block;
}

#dashboard h3 {
	text-align: center;
}

.home #datatable_wrapper {
	max-width: 1080px;
	margin-left: 2%;
}

.home .stato-vendite-title {
	margin-left: 2%;
}

/* fine carousel */
/* riepilogo */
#riepilogo_files {
	float: left;
	clear: both;
	margin-left: 204px;
	font-weight: bold;
}

#riepilogo_files li {
	line-height: 24px;
	margin-left: 15px;
}

/* riepilogo fine */

/* titoli associati */
#tit_associati_lista {
	margin: 0;
	padding: 0;
}

#tit_associati_lista li {
	margin-left: -10px;
	list-style: none;
	line-height: 24px;
	color: #333;
	font-weight: bold;
}

#tit_associati_lista li img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}

/* titoli associati fine */
#car_id-label, #car_id-element {
	display: none;
}

tr.prezzi_hidden {
	/*height:1px !important;*/
}

tr.prezzi_hidden td {
	display: none;
}

.cassa_hidden {
	display: none;
}

tr.prezzi_mostra {

}

.ui-tooltip {
	background-image: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	z-index: 9999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border-width: 2px;
}

.ui-tooltip ul {
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

#pagMistoContent table tbody tr {
	background-color: #eeeeee;
}

.cancelled {
	text-decoration: line-through;
}

.verifica-eventi-header {
	width: 100%;
}

.verifica-eventi-header td {
	vertical-align: bottom;
}

.verifica-eventi-header .parametri_inc_error {
	font-weight: bold;
	float: right;
	color: #1c94c4;
}

#parametri_inc {
	float: right;
}

#datatable td .seconds {
	display: none;
}

#datatable td .entrata {
	background-color: #00FF00;
	padding: 5px;
}

#datatable td .apri-entrata, #datatable td .chiudi-entrata, #datatable td .ripristina-entrata {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 10px;
}

#datatable td .apri-entrata {
	background-color: #00FF00;
}

#datatable td .chiudi-entrata {
	background-color: #FF0000;
}

#datatable td .ripristina-entrata {
	background-color: #CCC;
}

#datatable td .chiuso, #datatable td .aperto {
	padding: 5px;
}

#datatable td .chiuso {
	background-color: #FF0000;
}

#datatable td .aperto {
	background-color: #00FF00;
}

#datatable_wrapper .sum-prenotati {
	padding: 3px;
	border-radius: 3px;
}

#datatable.cerca-prenotazioni-cassa td .limit-width {
	overflow: hidden;
	max-width: 140px;
}

#datatable_wrapper .buttonset label span {
	padding-bottom: 1px;
	padding-top: 1px;
}
#tabEmissioni {
	width: 100% !important;
}

/* stili aggiunti */
.importo_resto {
	text-align: right;
	vertical-align: middle;
	width: 190px;
}

.blocco_pulsanti_stampa {
	text-align: center;
	vertical-align: middle;
	width: 210px;
	border-left: none;
	padding-right: 7px;
}

#cassa_prenota {
	width: 150px;
}

#cassa_stampa_prenotazioni {
	width: 150px;
}

#cassa_stampa {
	width: 150px;
}

#cassa_stampa_abbonamento {
	width: 150px;
}

#blocca_prenotazione {
	margin-left: 50px;
}

#sal_n_posti-label, #sal_n_posti-element {
	display: none;
}

/* Parte responsive bottoni header cassa */
@media screen and (max-width: 1550px) {
	#cassa-header-right-buttons button .ui-icon, #cassa_header_left_table button .ui-icon {
		display: none;
	}
	#cassa-header-right-buttons button .ui-button-text, #cassa_header_left_table button .ui-button-text {
		padding: .4em 1em .4em 1em;
	}
}
@media screen and (max-width: 1450px) {
	#cassa-header-right-buttons button .ui-button-text, #cassa_header_left_table button .ui-button-text {
		padding: .4em 0.5em .4em 0.5em;
	}
}
@media screen and (max-width: 1280px) {
	#cassa-header-right-buttons button .ui-button-text, #cassa_header_left_table button .ui-button-text {
		padding: .4em 0.1em .4em 0.1em;
	}
}
@media screen and (max-width: 1190px) {
	#cassa-header-right-buttons button,
	#cassa_header_left_table button {
		font-size: 10px;
	}
	#cassa-header-right-buttons {
		top:14px;
	}
}

/* Parte responsive per mobile login */
@media screen and (max-width: 740px) {
	#nome-locale {
		display: none;
	}
}

@media screen and (max-width: 677px) {
	form dl.zend_form dd, form dl.zend_form dt {
		float: none;
		clear: both;
		margin: 0;
		display: block;
	}

	#content:after,
	#content:before {
		content: ' ';
		display: table;
	}

	#content:after {
		clear: both;
	}

	#content:after {
		zoom: 1;
	}

	form .zend_form input[type=text],
	form .zend_form input[type=password] {
		display: block !important;
		position: static !important;
		width: calc(100% - 12px) !important;
		width: -webkit-calc(100% - 12px) !important;
	}

	form .zend_form select {
		display: block !important;
		position: static !important;
		width: 100% !important;
	}

	form .zend_form input[type=button],
	form .zend_form input[type=submit] {
		left: 0;
	}
}

@media screen and (max-width: 597px) {
	#main_menu #button_parametri,
	#main_menu #button_prezzitariffe,
	#main_menu #button_eventi,
	#main_menu #button_vendita {
		display: none;
	}

	.fg-menu li.riepiloghi {
		display: none;
	}

	.fg-menu li.riepiloghi:first-child {
		display: inherit;
	}

	.datepicker {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	#riepilogo #submit-label,
	#riepilogo #submithtml-label {
		display: none !important;
	}

	#riepilogo_files {
		margin-left: 0;
		padding-left: 0;
		display: block;
		float: none;
	}

	#riepilogo_files li {
		list-style: none;
		margin: 0;
		border: 1px solid #ccc;
		padding: 5px;
		background-color: #FFEDC5;
		border-radius: 5px;
		margin-bottom: 5px;
	}
}
