/************* CSS Reset *************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background-color: #eee;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td a {
	color: #555;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

/************* END CSS Reset *************/

* {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #232323;
}

a {
	text-decoration: none;
}

body {
	background-image: url("../images/wood_bg.jpg");
	background-attachment: fixed;
	overflow-x: visible;
}

.clear {
	clear: both;
}

#logoB2 {
	width: 150px;
	height: 46px;
	background-color: #fff;
	background-image: url("../images/B2.gif");
	border-radius: 3px;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.3);
	margin-top: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 180px 0 0 -75px;
}

#loginBox, #editPassword {
	width: 374px;
	height: 221px;
	padding: 50px 30px 20px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -145px 0 0 -217px;
	background-image: url("../images/bg_login.png");
	background-repeat: no-repeat;
}

h1 {
	width: 100%;
	height: 20px;
	border-bottom: 1px dashed #ccc;
	color: #5a5e70;
	font-weight: bold;
}

.titolo {
	width: 400px;
	float: left;
	font-size: 14px !important;
	margin: 0px !important;
	line-height: 14px !important;
}

#tools {
	width: 482px;
	height: 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #5a5e70;
	float: right;
	text-align: right;
}

.input {
	height: 36px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	margin-bottom: 15px;
	margin-right: 15px;
	border-radius: 2px;
	float: left;
}

#loginBox .input, #editPassword .input {
	margin-bottom: 0px;
}

#username, #password {
	width: 240px;
	zoom: 1;
	float: left;
}

#loginBox .error, #editPassword .error {
	width: 250px;
	float: left;
	position: relative;
	top: 20px;
}

.error p {
	color: #F00;
}

.input .label {
	font-size: 12px;
	color: #666;
	float: left;
	margin: 7px 15px 7px 7px;
	padding: 5px 15px 5px 8px;
	border-right: 1px solid #CCC;
}

.input .text {
	float: left;
}

.input input {
	border: 0px;
	height: 36px;
	font-size: 14px;
	color: #666;
	background-color: #EFEFEF;
	margin-right: 15px;
}

.idRelazione {
	width: 45px;
}

#luogo {
	width: 170px;
}

.input input:focus {
	outline: none;
}

.inputTextarea {
	width: 645px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	border-radius: 2px;
	margin-bottom: 15px;
}

.inputTextarea .label {
	font-size: 12px;
	color: #666;
	width: 100%-15px;
	margin: 7px 15px 7px 7px;
	padding: 3px 15px 5px 8px;
	border-bottom: 1px solid #CCC;
}

.inputTextarea textarea {
	border: 0;
	height: 100px;
	font-size: 14px;
	color: #666;
	background-color: #EFEFEF;
	margin: 0 15px 15px 15px;
	width: 625px;
}

.inputTextarea textarea:focus {
	outline: none;
}

.loginButton, .searchButton {
	width: 117px;
	height: 55px;
	background-image: url("../images/loginButton.png");
	border: 1px solid #FFF;
	margin: 15px auto;
	color: #FFF;
	font-size: 14px;
	border: 0px;
}

.loginButton {
	float: right;
}

.searchButton {
	margin-left: 70px;
}

#header {
	width: 960px;
	height: 30px;
	margin: 25px auto 0 auto;
	background-image: url("../images/backtop.png");
}

#wrapper {
	width: 884px;
	padding: 25px 25px 0 25px;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

#bottom {
	width: 960px;
	height: 30px;
	margin: 0 auto 0 auto;
	background-image: url("../images/backbottom.png");
}

.container {
	padding-top: 15px;
	width: 100% !important;
}

.checkbox {
	width: 100px;
	float: left;
	margin: 0 0 3px 7px;
}

.checkbox input {
	float: left;
	margin: 3px 5px 0 0;
}

.checkDiv {
	float: left;
	font-size: 14px;
	color: #666;
}

#loginBox .input {
	width: 100%;
	margin-top: 25px;
}

#editPassword .input {
	width: 100%;
	margin-top: 10px;
}

.input .data {
	width: 90px;
}

.input .turno {
	width: 130px;
}

.input .servizio {
	width: 150px;
}

.input .kmVeicolo {
	width: 60px;
	float: left;
}

#veicoli .input {
	margin-bottom: 5px;
}

.aggiungiButton, #tabs button {
	width: 160px;
	height: 50px;
	background-image: url("images/addButton.png");
	text-align: center;
	line-height: 50px;
}

button {
	border: 0px;
	margin-bottom: 15px;
	color: #fff;
}

.aggiungiButton a {
	text-decoration: none;
	color: #FFF;
}

.aggiungiButton:hover {
	background-position: 0 -50px;
}

.vigili, .veicoli {
	width: 700px;
	float: left;
	margin: 0 0 15px 20px;
}

.vigile {
	margin: 0 5px 5px 0;
	width: 420px;
	padding: 10px 5px 10px 0;
	background-color: #d2e0fd;
	border: 1px solid #b3cafd;
	border-radius: 3px;
	float: left;
}

.vigile .qualifica, .matricola, .nome, .delete {
	float: left;
	color: #666;
}

.vigile .qualifica, .matricola {
	width: 55px;
	border-right: 1px solid #CCC;
	text-align: center;
}

.vigile .nome {
	margin-left: 10px;
	border-right: 1px solid #CCC;
	width: 185px;
}

.vigile .qualifica {
	width: 140px;
}

.vigile .delete {
	background-image: url("images/vigiliDelete.png");
	width: 13px;
	height: 13px;
	margin: 2px 0 0 8px;
}

.ore, .minuti {
	width: 45px;
}

.tipoAccertamenti {
	width: 150px;
}

.tipoAttivita, .tipoControllo {
	width: 165px;
}

.tipoControlloTerritorio, .tipoInfortunistica {
	width: 190px;
}

.luogo {
	width: 550px;
}

.esito, .verbali, .preavvisi {
	width: 30px;
}

.descrizioneAttivita {
	width: 180px;
}

.veicolo, .appiedato {
	margin: 0 5px 5px 0;
	width: 380px;
	padding: 10px 5px 10px 0;
	background-color: #dcfbd2;
	border: 1px solid #a4f485;
	border-radius: 3px;
	float: left;
}

.appiedato {
	width: 130px;
}

.appiedato .tipo, .appiedato .delete {
	float: left;
	color: #666;
}

.veicolo .tipo, .modello, .targa, .delete {
	float: left;
	color: #666;
}

.veicolo .tipo, .appiedato .tipo {
	width: 100px;
	border-right: 1px solid #CCC;
	text-align: center;
}

.veicolo .modello {
	margin-left: 10px;
	width: 150px;
	border-right: 1px solid #CCC;
}

.veicolo .targa {
	border-right: 1px solid #CCC;
	width: 90px;
	text-align: center;
}

.veicolo .delete, .appiedato .delete {
	background-image: url("images/veicoliDelete.png");
	width: 13px;
	height: 13px;
	margin: 2px 0 0 8px;
}

#schede {
	display: block;
	position: relative;
	margin-bottom: 15px;
}

.servizi {
	width: 670px;
	min-width: 600px;
	border: 1px solid #CCC;
	border-radius: 0 5px 5px 5px;
	float: left;
	margin-bottom: 15px;
	padding: 20px 20px 5px 20px;
}

.linguetta {
	background-color: #F5F5F5;
	width: 155px;
	padding: 10px 15px 10px 0;
	border: 1px solid;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 0;
	border-style: solid;
	margin-bottom: 2px;
	border-color: #CCC;
	border-radius: 3px 0 0 3px;
	color: #666;
	text-align: right;
}

.linguetta:hover {
	border-color: #999;
}

.selezionata {
	width: 155px;
	border-color: #999;
	background-color: #CCC;
	color: #666;
}

.selezionata:hover {
	border-color: #999;
}

#serviziButton {
	margin-bottom: 0px;
}

.spazio {
	padding-bottom: 200px;
}

.leftL {
	float: left;
}

#servizi .delete2 {
	width: 25px;
	height: 25px;
	float: right;
	margin: -25px -25px 0 0;
	background-image: url('images/delete.png');
}

.stat {
	height: 30px;
	width: 260px;
	background-color: #EFEFEF;
	float: left;
	font-size: 14px;
	padding-top: 10px;
	border: 1px solid #CCC;
	border-radius: 2px;
	color: #666;
}

#report .input {
	margin-right: 0px;
	width: 270px;
}

#report {
	width: 270px;
	padding: 25px;
	margin: 15px auto 0 auto;
	border: 1px solid #DDD;
	background-color: #FFF;
}

.dato {
	font-family: monospace;
	color: #000;
}

.chart, .chart-completed {
	font-size: 10px;
}

.box-statistiche .chart, .box-statistiche .chart-completed {
	margin-top: 17px;
}

.icon-white {
	color: #fff;
}

.box-statistiche .chart {
	margin-left: 20px !important;
}

.box-statistiche {
	border-radius: 5px;
	border: 1px solid #AAA !important;
	background-image: url("../images/squairy_light.png");
	cursor: pointer;
}

.box-statistiche:hover {
	background: #F5C4C4;
	color: #fff;
}

.servizioPeriodico {
	width: 430px;
	height: 7px;
	background-image: url("../images/servizioperiodico.png");
	margin-bottom: 8px;
}

.servizioSingolo {
	margin-bottom: 15px;
}

.statistiche {
	margin-bottom: 15px;
}

.statistiche p {
	font-family: 'Roboto' !important;
	margin: 0;
	font-size: 12px;
	color: #666;
	line-height: 12px;
}

.statistiche h4, .statistiche h5 {
	font-family: 'Roboto' !important;
	color: #013d8f;
	margin: 15px;
}

.statistiche h5 {
	font-size: 14px;
	line-height: 1em;
}

.statistiche-counter {
	text-align: center;
}

.statistiche-counter h4 {
	margin: 30px 0 0 0;
}

.statistiche-counter h5 {
	color: #666;
	margin: 0px;
}

.dataTables_wrapper {
	font-size: 12px;
}

.btn-servizi {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 15px;
}

#elimina-servizio {
	width: 320px;
	margin: 0 auto;
	margin-left: -160px;
}

.planner {
	margin-top: 25px;
	font-family: 'Roboto' !important;
	font-size: 12px;
}

.giorno {
	width: 240px;
	float: left;
	margin-bottom: 20px;
}

.setGiorni {
	width: 720px !important;
	min-height: 400px;
	margin-left: 80px;
	border: 1px solid #AAA;
	margin-bottom: 50px;
	background-image: url("../images/squairy_light.png");
}

.giorno .data {
	text-align: center;
	padding: 10px 0;
	color: #333;
	background-image: url("../images/p1.png");
	font-size: 14px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #AAA;
}

.giorno .data-last {
	border-right: 0;
}

.giorno .turno {}

.giorno .add-servizio, .giorno .turno {
	width: 237px;
	padding: 3px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.giorno .add-servizio i {
	color: #333;
}

.giorno .turno i {
	color: #CCC;
}

.giorno .icon-remove {
	margin-top: 3px;
}

.giorno .line {
	height: 7px;
}

.giorno i {
	margin-right: 5px;
}

.row2 {
	margin-left: 105px;
}

.servizio-green, .servizio-blue, .servizio-purple, .servizio-yellow, .servizio-red, .servizio-orange, .servizio-pink, .servizio-gray, .servizio-white, .servizio-color {
	padding: 0 5px 5px 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
	margin-bottom: 5px;
	cursor: pointer;
}

.nome-servizio {
	font-weight: bold;
	margin-left: -5px;
	padding: 3px 0 3px 5px;
	width: 223px;
	margin-bottom: 5px;
	float: left;
	width: 195px;
}

.servizio-green {
	background-color: #dde7cf;
	border-color: #c4eca4;
}

.servizio-green .nome-servizio {
	background-color: #c4eca4;
}

.servizio-blue {
	background-color: #c4dcf2;
	border-color: #b3d4f3;
}

.servizio-blue .nome-servizio {
	background-color: #b3d4f3;
}

.servizio-purple {
	background-color: #eacbf5;
	border-color: #ebbefb;
}

.servizio-purple .nome-servizio {
	background-color: #ebbefb;
}

.servizio-yellow {
	background-color: #fffcc7;
	border-color: #f2e97a;
}

.servizio-yellow .nome-servizio {
	background-color: #f2e97a;
}

.servizio-red {
	background-color: #f2d4d4;
	border-color: #f9c0be;
}

.servizio-red .nome-servizio {
	background-color: #f9c0be;
}

.servizio-orange {
	background-color: #FAEAC5;
	border-color: #FCDA8B;
}

.servizio-orange .nome-servizio {
	background-color: #FCDA8B;
}

.servizio-pink {
	background-color: #FFE6F3;
	border-color: #F2D0E2;
}

.servizio-pink .nome-servizio {
	background-color: #F2D0E2;
}

.servizio-gray {
	background-color: #F0F0F0;
	border-color: #D9D9D9;
}

.servizio-gray .nome-servizio {
	background-color: #D9D9D9;
}

.servizio-white {
	background-color: #FFF;
	border-color: #eee;
}

.servizio-white .nome-servizio {
	background-color: #eee;
}

.serviziGroup {
	width: 229px;
	padding: 5px;
}

/****************************************************************************/

.cssmenu {
	width: 160px;
	margin: 0 auto 15px auto;
}

.cssmenu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */

.cssmenu>ul {
	display: block;
	position: relative;
}

/* The list elements which contain the links */

.cssmenu>ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

/* General link styling */

.cssmenu>ul li .sub {
	/* Layout */
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px solid #37383d;
	border-bottom: 1px solid #1d1e21;
	padding: 11px 10px;
	height: 13px;
	/* Typography */
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
	text-align: left;
	/* Background & effects */
	background: url("images/dropdown_slice.png");
	background-position: 0 -90px;
	z-index: 10;
}

/* Rounded corners for the first link of the menu/submenus */

.cssmenu>ul li:first-child>.sub {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}

/* Rounded corners for the last link of the menu/submenus */

.cssmenu>ul li:last-child>.sub {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}

/* The arrow indicating a submenu */

.cssmenu>ul .has-sub>.sub::after {
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	border: 4px solid transparent;
	border-left: 4px solid #3dafea;
}

/* The same arrow, but with a darker color, to create the shadow effect */

.cssmenu>ul .has-sub>.sub::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}

/* Changing the color of the arrow on hover */

.cssmenu>ul li>.sub:hover::after, .cssmenu>ul li:hover>.sub::after {
	border-left: 4px solid #fff;
}

.cssmenu>ul li>.sub:hover::before, .cssmenu>ul li:hover>.sub::before {
	border-left: 4px solid rgba(0, 0, 0, .25);
}

/* THE SUBMENUS */

.cssmenu>ul ul {
	position: absolute;
	left: 160px;
	top: -9999px;
	padding-left: 0px;
	/*opacity: 1;*/
	/* The fade effect, created using an opacity transition */
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	border-left: 1px solid #37383d;
	border-radius: 5px;
	z-index: 10;
}

/* Showing the submenu when the user is hovering the parent link */

.cssmenu>ul li:hover>ul {
	top: 0px;
	opacity: 1;
}

/***********************************************************************/

.statTable {
	width: 100%;
	margin-bottom: 20px;
}

.statTable td {
	border-bottom: 1px solid #ccc;
	padding: 5px 3px;
}

.statTable tr:hover>td {
	background-color: #48a4fb;
	color: #fff;
	border-bottom: 1px solid #00407d;
	text-decoration: underline;
}

/***********************************************************************/

.fr {
	float: right;
}

.deleteIndisponibilita {
	border-left: 1px solid #999;
	padding-left: 10px;
}

.calendario {
	float: left;
	height: 380px;
}

#calendario {
	margin-top: 20px;
}

#calendario .dettaglio {
	width: 325px;
	float: left;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.carousel-indicators {
	position: static !important;
	margin-bottom: 5px !important;
	height: 36px !important;
	padding-left: 48px;
}

.carousel-indicators li {
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	padding: 7px !important;
	border-radius: 3px !important;
	color: #999;
	border: 1px solid #CCC;
}

.carousel-indicators .active {
	background-color: #4ca9f9 !important;
	color: #fff;
}

.miniCalendar {
	margin: 25px 0 50px 75px;
}

.miniCalendar td {
	padding: 5px 12px 20px 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	border-radius: 3px;
	color: #999;
}

.miniCalendar th {
	padding: 12px;
	text-align: center;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
	border-radius: 3px;
	color: #999;
}

.miniCalendar .white {
	border: 0;
	background-color: #FFF;
	border-radius: 0;
}

.miniCalendar .today {
	border: 1px solid #abd7a5;
	background-color: #eafce7;
	border-radius: 0;
}

.dettaglio .legenda {
	height: 20px;
	width: 0;
	padding-left: 20px;
	line-height: 20px;
	float: left;
}

.numero {
	background-color: #fff;
	float: left;
	padding: 1px;
	color: #888;
}

.dettaglio .descrizione {
	margin: 0 15px 0 5px;
	float: left;
	line-height: 20px;
	color: #888;
}

.dettaglio .interval {
	margin: 0 0 5px 25px;
	width: 230px;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
}

.dettaglio .interval i {
	color: #666;
}

.ferie {
	background-image: url("images/blue.gif");
}

.permessi {
	background-image: url("images/yellow.gif");
}

.malattia {
	background-image: url("images/red.gif");
}

.ferieb {
	border: 1px solid #5fc7f8;
	background-color: #d3e3f5;
}

.permessib {
	border: 1px solid #fbdf5c;
	background-color: #fcedce;
}

.malattiab {
	border: 1px solid #ff6060;
	background-color: #f9cbcb;
}

#ui-datepicker-div {
	display: none;
}

.planner-indicators {
	margin-bottom: 25px !important;
	margin-top: 45px !important;
	padding-left: 0px !important;
	width: 650px;
	margin: 25px auto 30px auto !important;
}

#inserisci-turno {
	width: 250px;
	margin-left: -125px;
}

.destroyTurno {
	color: #bf0000 !important;
	float: right;
}

.turnoLabel {
	color: #EEE;
}

.destroyServizio {
	float: right;
	margin-top: 5px !important;
	cursor: pointer;
	margin-right: 9px !important;
}

/************************************************************************************************************************/

.plannerTurni table {
	width: 100%;
	font-size: 12px;
}

.plannerTurni th, .plannerTurni td {
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
	color: #666;
	min-width: 20px;
}

.plannerTurni td:hover {
	background-color: #d3c3b3;
	color: #FFF;
}

.plannerTurni th {
	text-align: center;
	background-color: #EEE
}

.month-btn, .month-btn:visited {
	background: #222 url(overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
}

.blve, .blve:visited {
	background-color: #2981e4;
}

.blve:hover {
	background-color: #2575cf;
}

.row-highlited>td {
	background-color: #d3c3b3 !important;
	color: #FFF;
}

/***************************************************************************************************************************/

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.d-i {
	display: inline;
}

.m-0 {
	margin: 0;
}

.m-2 {
	margin: 2px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.b-1 {
	border: 1px solid #CCC;
}

.br-1 {
	border-right: 1px solid #CCC;
}

.bra-4 {
	border-radius: 4px;
}

.bc-w {
	background-color: #FFF !important;
}

.bc-r {
	background-color: #FE4444;
}

.bc-g {
	background-color: #EBE8E1;
}

.c-r {
	color: #666;
}

.c-y {
	color: #c09853;
}

.ta-c {
	text-align: center;
}

.fs-10 {
	font-size: 10px;
}

.fs-12 {
	font-size: 12px;
}

.fs-16 {
	font-size: 16px;
}

.b {
	font-weight: bold;
}

.fw-300 {
	font-weight: 300;
}

.odd-col {
	background-color: #F0F0F0;
}

.hide {
	display: none;
}

.bg-b {
	background-color: #524946;
}

.tc-w {
	color: #CCC !important;
}

.tc-b {
	color: #333;
}

.tc-g {
	color: #999;
}

.tc-r {
	color: #d11141;
}

.p-5 {
	padding: 5px;
}

.p-25 {
	padding: 25px;
}

.pl-5 {
	padding-left: 5px !important;
}

.c-p {
	cursor: pointer;
}

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

.mw-0 {
	min-width: 0 !important;
}

.mw-20 {
	min-width: 20px !important;
}

.w-300 {
	width: 300px;
}

.w-286 {
	width: 286px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.lh-1 {
	line-height: 1em;
}

.note-group {
	text-align: center;
	margin-top: 30px;
}

.note-group .head {
	font-size: 18px;
	padding: 10px;
	background: rgb(233, 230, 230);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: rgb(116, 116, 116);
}

.note-group textarea {
	width: 98%;
	height: 120px;
}

/***************************************************************************************************************************/

.disabled {
	background-color: #EEE !important;
	color: #E0E0E0 !important;
}

.loaded {
	background-color: #E0DEDC !important;
	color: #666 !important;
}

/***************************************************************************************************************************/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
#cssmenu {
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 25px;
}

#cssmenu ul, #cssmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 0 !important;
}

#cssmenu ul {
	position: relative;
	z-index: 10;
}

#cssmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}

#cssmenu ul li.hover, #cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#cssmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

#cssmenu ul ul li {
	float: none;
}

#cssmenu ul ul ul {
	top: 0;
	left: auto;
	right: -99.5%;
}

#cssmenu ul li:hover>ul {
	visibility: visible;
}

#cssmenu ul ul {
	bottom: 0;
	left: 0;
}

#cssmenu ul ul {
	margin-top: 0;
}

#cssmenu ul ul li {
	font-weight: normal;
}

#cssmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}

#cssmenu {
	background: #F0F0F0;
	border-bottom: 4px solid #3fbfef;
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#cssmenu>ul {
	*display: inline-block;
}

#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}

#cssmenu a {
	background: #F0F0F0;
	color: #999;
	padding: 0 17px;
}

#cssmenu ul {
	text-transform: uppercase;
}

#cssmenu ul ul {
	border-top: 4px solid #3fbfef;
	text-transform: none;
	min-width: 190px;
}

#cssmenu ul ul a {
	background: #3fbfef;
	color: #FFF;
	border: 1px solid #1ab5ef;
	border-top: 0 none;
	line-height: 150%;
	padding: 16px 20px;
}

#cssmenu ul ul ul {
	border-top: 0 none;
}

#cssmenu ul ul li {
	position: relative
}

#cssmenu>ul>li>a {
	line-height: 48px;
}

#cssmenu ul ul li:first-child>a {
	border-top: 1px solid #1ab5ef;
}

#cssmenu ul ul li:hover>a {
	background: #35a6ff;
}

#cssmenu ul ul li:last-child>a {
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 0 #3fbfef;
}

#cssmenu ul ul li:last-child:hover>a {
	border-radius: 0 0 0 3px;
}

#cssmenu ul ul li.has-sub>a:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}

#cssmenu ul li:hover>a, #cssmenu ul li.active>a {
	background: #3fbfef;
	color: #FFF;
}

#cssmenu ul li.has-sub>a:after {
	content: '+';
	margin-left: 5px;
}

#cssmenu ul li.last ul {
	left: auto;
	right: 0;
}

#cssmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}

#cssmenu .comune a {
	background-color: #EEE;
	color: #999;
}

.alert-red {
	background-color: #FF5951 !important;
	color: #fff !important;
}

.noteSottoServizio {
	margin-left: 18px;
	color: #777;
	margin-bottom: 3px;
	font-size: 11px;
}

.sotto-servizio {
	border-top: 1px dotted #AAA;
	padding-top: 4px;
}

.periodicita-servizio {
	border-top: 1px dotted #AAA;
	padding-top: 3px;
	font-size: 10px;
	color: #666;
}

.elimina-serie {
	font-size: 10px;
	position: relative;
	top: -21px;
	height: 0px;
}

.cell-btn select {
	width: 60px !important;
}

.turno-btn {
	border-radius: 3px;
}

.danger {
	background-color: red !important;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.3) 5px, rgba(255, 255, 255, 0.3) 10px);
	color: #FFF !important;
}

.ui-widget-header {
	background: transparent !important;
	background-color: #E5E5E5 !important;
}

.ui-widget-header select {
	margin-top: 1px;
}

.dataTables_filter label {
	line-height: 17px;
	margin-right: 5px;
}

.dataTables_paginate {
	margin: 0 0 6px 0 !important;
}

.dataTables_info {
	line-height: 22px;
	margin-left: 7px;
}

table.display td {
	padding: 13px !important;
	background-color: #FFF !important;
	border-bottom: 1px solid #DDD;
}

.dataTables_wrapper {
	padding: 5px;
}

table.display .last-updated-cell, table.display .last-added-row td {
	background-color: #DFEBE1 !important;
}

table.display td {
	color: #444;
}

table.display .row_selected td {
	background-color: #E6E8E6 !important;
}

.dataTable button {
	background-image: none !important;
	background-color: #00aeef !important;
	border-radius: 2px !important;
	width: 60px !important;
	height: 25px !important;
	line-height: 22px !important;
	font-size: 11px !important;
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
}

.dataTable th {
	border: 0px !important;
	border-bottom: 1px solid #AAA !important;
	padding: 14px 0 !important;
	background: none !important;
}

#rapporti_wrapper .group {
	background-color: #333 !important;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

#rapporti_wrapper .subgroup {
	background-color: #DDD !important;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

#rapporti_wrapper thead {
	display: none;
}

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

.blackPannel {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.blackPannel .message {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	width: 550px;
	text-align: center;
	padding: 75px;
	font-size: 48px;
	line-height: 1.2em;
	margin-left: -350px;
	margin-top: -275px;
}

.blackPannel .message span {
	font-size: 24px;
	line-height: 1.2em;
	color: #555;
	width: 360px;
	display: block;
	margin: 0 auto;
}

.blackPannel .message i {
	font-size: 96px;
}

.elimina-serie-btn {
	margin-top: 3px;
	color: #f00;
}

.elencoRapporti {
	font-size: 14px;
}

.elencoRapporti .servizio {
	border-bottom: 1px solid #DDD;
}

.elencoRapporti .giorno i {
	color: #AAA;
	margin-left: 10px;
}

.elencoRapporti .giorno {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	width: 100%;
	background-color: #393939;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	border-bottom: 1px solid #999;
}

.elencoRapporti .turno {
	-webkit-user-select: none;
	-moz-user-select: none;
	border-bottom: 1px solid #CCC;
	-ms-user-select: none;
	width: 100%;
	background-color: #DDD;
	margin: 0;
	padding: 7px 0;
	text-align: center;
	color: #333;
	cursor: pointer;
}

.elencoRapporti .servizioPrincipale, .elencoRapporti .vigili, .elencoRapporti .mezzi {
	background-color: #FFF;
	width: 33%;
	float: left;
	margin: 0;
	color: #555;
	padding: 7px 0;
	text-align: center;
}

.elencoRapporti {
	min-height: 525px;
	background-color: #393939;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.elencoRapporti .turnoGroup {
	background-color: #FFF;
}

.pagination ul li span {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination ul li {
	cursor: pointer;
}

.no-click {
	cursor: default;
}

.notEmpty {
	background-color: #FFFFFF;
	background-image: none;
}

.animate-show {
	-webkit-transition: all linear 0.1s;
	transition: all linear 0.1s;
	opacity: 1;
	background: white;
}

.animate-show.ng-hide {
	display: block!important;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.animate-show.ng-hide>div {
	padding: 0;
}

.animate-show.ng-hide {
	line-height: 0;
	opacity: 0;
}

.rapportoEmpty {
	width: 100%;
	height: 525px;
	background-color: #FFF;
	line-height: 525px;
	text-align: center;
	font-size: 16px;
	color: #777;
}

.viewModeSelector {
	float: right;
	padding: 20px 0;
}

.pagination {
	float: left;
}

.calendarioRapporti {
	margin-bottom: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.calendarioRapporti .calendario {
	width: 235px;
	height: 275px;
	border: 1px solid #DDD;
}

.calendarioRapporti .icon-chevron-left {
	float: left;
	padding: 19px 9px 0 0;
	color: #3fbfef;
	cursor: pointer;
}

.calendarioRapporti .icon-chevron-left:hover {
	color: #e42355;
}

.calendarioRapporti .icon-chevron-right {
	float: left;
	padding: 19px 0 0 9px;
	color: #3fbfef;
	cursor: pointer;
}

.calendarioRapporti .icon-chevron-right:hover {
	color: #e42355;
}

.calendarioRapporti .mese {
	float: left;
	margin-top: 15px;
	width: 160px;
	text-align: center;
	font-size: 16px;
	color: #3fbfef;
}

.calendarioRapporti .header {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin: 0 15px;
}

.calendarioRapporti .giornoSelezionato {
	width: 237px;
	height: 277px;
	background-color: #3fbfef;
	float: left;
}

.calendarioRapporti ul {
	clear: both;
	margin: 5px 6px;
}

.calendarioRapporti ul li {
	float: left;
	width: 30px;
	padding: 5px 0;
	text-align: center;
	color: #999;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: default;
}

.calendarioRapporti .today {
	background-color: #3fbfef;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.calendarioRapporti .giorniSettimana li {
	color: #e42355;
	margin-bottom: 3px;
}

.calendarioRapporti .giorno {
	width: 235px;
	float: none;
	margin: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.calendarioRapporti .numero {
	background-color: transparent;
	float: none;
	color: #FFF;
	width: 237px;
	text-align: center;
	font-size: 123px;
	padding: 63px 0;
	margin-top: 0;
}

.rapportiInseriti {
	border: 1px solid #e42355;
	color: #e42355 !important;
	border-radius: 15px;
	width: 24px !important;
	padding: 2px 0 !important;
	margin: 3px 4px;
	cursor: pointer !important;
}

.rapportiInseriti:hover {
	border-color: #3fbfef;
	color: #FFF !important;
	background-color: #3fbfef;
}

input[type="checkbox"] {
	margin: -1px 0 0 4px !important;
}

.servizi .delete {
	background: transparent;
}

.dallealle {
	margin: 7px 7px 0 0;
}